Skip to content

Commit 056b442

Browse files
committed
fixing test cases
1 parent d280d1d commit 056b442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unitary/with_extras/aqua/test_deployment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,6 @@ def test_get_deployment_status_failed(self):
24412441
self.assertEqual(kwargs["category"], f"aqua/{model_type}/deployment/status")
24422442
self.assertEqual(kwargs["action"], "FAILED")
24432443
self.assertIn("work_request_error", kwargs)
2444-
self.assertIn("status", kwargs)
24452444
self.assertIn("ocid", kwargs)
24462445
self.assertIn("model_name", kwargs)
24472446

0 commit comments

Comments
 (0)