Skip to content

Commit

Permalink
Revert deserialization from API
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 15, 2024
1 parent e1d8047 commit 48a0c35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_model_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def test_stratify(self):
response = self.client.post("/api/stratify", json=query_json)
self.assertEqual(200, response.status_code)
resp_json_str = sorted_json_str(response.json())
strat_tm_api = TemplateModel.from_json(response.json())

strat_templ_model = stratify(
template_model=sir_templ_model,
Expand Down

0 comments on commit 48a0c35

Please sign in to comment.