Skip to content

Commit c7312ec

Browse files
Trying to figure out why tests are failing
1 parent 8d83120 commit c7312ec

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

efile_app/efile/tests/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ def test_profile_api_authenticated_user(self, client, user):
198198
data=json.dumps({"username": username, "password": password, "jurisdiction": "illinois"}),
199199
)
200200

201+
assert response.status_code == 200
202+
201203
response = client.get(
202204
"/api/auth/profile/", {"jurisdiction": "illinois"}, HTTP_X_REQUESTED_WITH="XMLHttpRequest"
203205
)

efile_app/uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)