From 33c612e82ee842810dc8560810ce54e453b17e96 Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Mon, 9 Oct 2023 12:39:15 -0400 Subject: [PATCH] fixed integration test --- .../http_api/runs/test_json_v6_run_failure.tavern.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/robot-server/tests/integration/http_api/runs/test_json_v6_run_failure.tavern.yaml b/robot-server/tests/integration/http_api/runs/test_json_v6_run_failure.tavern.yaml index 4d54cc16f46..b5796d80d23 100644 --- a/robot-server/tests/integration/http_api/runs/test_json_v6_run_failure.tavern.yaml +++ b/robot-server/tests/integration/http_api/runs/test_json_v6_run_failure.tavern.yaml @@ -67,13 +67,12 @@ stages: data: errors: - id: !anystr - errorType: TipNotAttachedError createdAt: !anystr - detail: Pipette should have a tip attached, but does not. errorCode: '3005' + errorType: TipNotAttachedError + detail: Pipette should have a tip attached, but does not. errorInfo: !anydict wrappedErrors: !anylist - - name: Verify commands contain the expected results request: url: '{ot2_server_base_url}/runs/{run_id}/commands'