Skip to content

Commit 52b6220

Browse files
author
RasulMakhmudov
committed
[EDIT] old ov tests
1 parent 5a13729 commit 52b6220

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ms_sql_connector/test_orders_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_get_orders_view_orders_2(self):
5050
self.assertEqual(len(response.data["results"]), 1)
5151

5252
self.assertTrue(response.data["results"][0]["zlecenie"].startswith("PRW199234"))
53-
self.assertEqual(response.data["results"][0]["status"], "Started")
5453
self.assertEqual(
5554
response.data["results"][0]["terminrealizacji"],
5655
"2023-03-03 00:00:00.0000000",

0 commit comments

Comments
 (0)