Skip to content

Commit

Permalink
Wrote passing test for new initial load behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzhu09 committed Jul 22, 2024
1 parent 92b664e commit 6896fe3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/evagram/website/backend/api/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ def test_initial_load(self):
response = self.client.get("/api/initial-load/")
self.assertEqual(200, response.status_code)
self.assertTrue("owners" in response.json())
self.assertTrue("experiments" in response.json())
self.assertTrue("groups" in response.json())
self.assertTrue("observations" in response.json())
self.assertTrue("variables" in response.json())

def test_get_single_plot(self):
response = self.client.get(
Expand Down

0 comments on commit 6896fe3

Please sign in to comment.