mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 03:08:24 -04:00
notify-api-412 use black to enforce python coding style
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.parametrize('url', [
|
||||
'/security.txt',
|
||||
'/.well-known/security.txt',
|
||||
])
|
||||
@pytest.mark.parametrize(
|
||||
"url",
|
||||
[
|
||||
"/security.txt",
|
||||
"/.well-known/security.txt",
|
||||
],
|
||||
)
|
||||
def test_security_policy_redirects_to_policy(client_request, url):
|
||||
client_request.get_url(
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user