mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Fixing pull requests comments
- full path to imports - renamed client lib from jwt->authentication
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from flask import json
|
||||
from client.jwt import create_jwt_token
|
||||
from client.authentication import create_jwt_token
|
||||
|
||||
|
||||
def test_should_not_allow_request_with_no_token(notify_api):
|
||||
|
||||
Reference in New Issue
Block a user