Skip to content

Commit

Permalink
Fix view name.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol committed Jul 24, 2024
1 parent d67cd7f commit 6832b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_load_index(self, user1):
conn = get_connection(user1)
user_name = conn.getUser().getName()
django_client = self.new_django_client(user_name, user_name)
index_url = reverse("vitessce_index")
index_url = reverse("vitessce_tab")
# asserts we get a 200 response code etc
rsp = get(django_client, index_url)
html_str = rsp.content.decode()
Expand Down

0 comments on commit 6832b5d

Please sign in to comment.