mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 05:21:51 -05:00
more tests
This commit is contained in:
@@ -4,7 +4,9 @@ import pytest
|
|||||||
|
|
||||||
from notifications_python_client.base import BaseAPIClient
|
from notifications_python_client.base import BaseAPIClient
|
||||||
|
|
||||||
VALID_API_KEY = "key" + "-" * 68 + "service-id-uuid" + "-" * 32 # pragma: allowlist secret
|
VALID_API_KEY = (
|
||||||
|
"key" + "-" * 68 + "service-id-uuid" + "-" * 32
|
||||||
|
) # pragma: allowlist secret
|
||||||
FULL_API_KEY = VALID_API_KEY[-73:]
|
FULL_API_KEY = VALID_API_KEY[-73:]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user