mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
flake8 fixes
a stricter flake8 bump. mostly things around f strings and format strings, but a couple of bad placeholder names in loops
This commit is contained in:
@@ -25,7 +25,7 @@ def test_url_for_get_service_by_id(notify_api):
|
||||
def test_url_for_create_service(notify_api):
|
||||
with notify_api.test_request_context():
|
||||
url = url_for('service.create_service')
|
||||
assert str(url) == '/service'.format(service_id)
|
||||
assert str(url) == '/service'
|
||||
|
||||
|
||||
def test_url_for_update_service(notify_api):
|
||||
|
||||
Reference in New Issue
Block a user