mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 10:42:25 -05:00
Updated tests for fetch notifications by id, not simply fetch all
This commit is contained in:
@@ -24,7 +24,6 @@ def requires_auth():
|
||||
try:
|
||||
auth_token = auth_header[7:]
|
||||
api_client = fetch_client(get_token_issuer(auth_token))
|
||||
|
||||
if api_client is None:
|
||||
authentication_response("Invalid credentials", 403)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user