There was an error while loading. Please reload this page.
1 parent d280d1d commit 056b442Copy full SHA for 056b442
tests/unitary/with_extras/aqua/test_deployment.py
@@ -2441,7 +2441,6 @@ def test_get_deployment_status_failed(self):
2441
self.assertEqual(kwargs["category"], f"aqua/{model_type}/deployment/status")
2442
self.assertEqual(kwargs["action"], "FAILED")
2443
self.assertIn("work_request_error", kwargs)
2444
- self.assertIn("status", kwargs)
2445
self.assertIn("ocid", kwargs)
2446
self.assertIn("model_name", kwargs)
2447
0 commit comments