We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead77e7 commit 7c1d125Copy full SHA for 7c1d125
tests/unitary/with_extras/aqua/test_deployment_handler.py
@@ -249,8 +249,6 @@ def test_validate_deployment_params(
249
250
class TestAquaDeploymentStreamingInferenceHandler(unittest.TestCase):
251
252
- EXPECTED_OCID = "ocid1.compartment.oc1..aaaaaaaaser65kfcfht7iddoioa4s6xos3vi53d3i7bi3czjkqyluawp2itq"
253
-
254
@patch.object(IPythonHandler, "__init__")
255
def setUp(self, ipython_init_mock) -> None:
256
ipython_init_mock.return_value = None
0 commit comments