Skip to content

Commit

Permalink
test: 修复单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang committed Nov 24, 2023
1 parent 3e385ba commit 2d4c57f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def test_get_state(self):
state = api.get_state(task_id).data

self.assertEqual(state["state"], "READY")
self.assertDictEqual(state["callback_data"], {})
self.assertDictEqual(state["inputs"], {"hello": "world"})
self.assertDictEqual(state["contexts"], {"hello": "world"})

Expand Down

0 comments on commit 2d4c57f

Please sign in to comment.