mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
fixed import errors
This commit is contained in:
@@ -591,7 +591,7 @@
|
|||||||
"filename": "tests/app/main/views/test_sign_in.py",
|
"filename": "tests/app/main/views/test_sign_in.py",
|
||||||
"hashed_secret": "8b8b69116ee882b5e987e330f55db81aba0636f9",
|
"hashed_secret": "8b8b69116ee882b5e987e330f55db81aba0636f9",
|
||||||
"is_verified": false,
|
"is_verified": false,
|
||||||
"line_number": 91,
|
"line_number": 90,
|
||||||
"is_secret": false
|
"is_secret": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -702,5 +702,5 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"generated_at": "2024-06-11T21:01:12Z"
|
"generated_at": "2024-06-11T22:26:18Z"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import uuid
|
|||||||
import pytest
|
import pytest
|
||||||
from flask import url_for
|
from flask import url_for
|
||||||
|
|
||||||
from app.main.views.sign_in import _reformat_keystring
|
|
||||||
from app.models.user import User
|
from app.models.user import User
|
||||||
from tests.conftest import SERVICE_ONE_ID, normalize_spaces
|
from tests.conftest import SERVICE_ONE_ID, normalize_spaces
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user