We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44fc9c commit 67f7f72Copy full SHA for 67f7f72
1 file changed
test/test_advisory.py
@@ -68,7 +68,7 @@ def test_schedule_advisory(db, client):
68
def test_schedule_advisory_invalid(db, client):
69
resp = client.post(url_for('tracker.schedule_advisory', avg=DEFAULT_GROUP_NAME), data={'advisory_type': 'fooo'})
70
assert 302 == resp.status_code
71
- assert url_for('tracker.show_group', avg=DEFAULT_GROUP_NAME, _external=True) == resp.location
+ assert url_for('tracker.show_group', avg=DEFAULT_GROUP_NAME) == resp.location
72
73
74
@create_package(name='foo', base='yay', version='1.2.3-4')
0 commit comments