Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga committed Jan 6, 2025
1 parent faf083b commit 1996ca6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def test_delete_a_thing_view(authenticated_al_client):
entities = authenticated_al_client.session["entities"]
assert len(entities) == 1

urlpatterns.pop()


def test_delete_a_thing_and_change_success_url_view(authenticated_al_client):
# adding an entity to the session
Expand Down Expand Up @@ -138,5 +136,3 @@ def test_delete_a_thing_and_change_success_url_view(authenticated_al_client):
assert len(entities) == 1
assert response.status_code == 302
assert response.url == "/"

urlpatterns.pop()
Empty file.
Empty file.
Empty file.

0 comments on commit 1996ca6

Please sign in to comment.