mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
Fix PEP8
This commit is contained in:
@@ -2473,6 +2473,7 @@ def set_config_values(app, dict):
|
||||
for key in dict:
|
||||
app.config[key] = old_values[key]
|
||||
|
||||
|
||||
@pytest.fixture(scope='function')
|
||||
def valid_token(app_, fake_uuid):
|
||||
return generate_token(
|
||||
|
||||
Reference in New Issue
Block a user