mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-03 07:40:19 -04: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