Skip to content

Commit

Permalink
fix tavern tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Sep 25, 2023
1 parent 817584c commit 82a66c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,14 @@ stages:
status: failed
errors:
- id: !anystr
errorType: PythonException
createdAt: !anystr
detail: 'opentrons.hardware_control.errors.NoTipAttachedError: Cannot perform DROPTIP without a tip attached'
errorType: 'UnexpectedTipRemovalError'
detail: 'Cannot perform DROPTIP without a tip attached.'
errorInfo:
mount: 'LEFT'
pipette_name: 'p10_single'
errorCode: '3005'
wrappedErrors: []
- name: Verify commands contain the expected results
request:
url: '{ot2_server_base_url}/runs/{run_id}/commands'
Expand Down Expand Up @@ -116,12 +121,14 @@ stages:
status: failed
error:
id: !anystr
errorType: PythonException
createdAt: !anystr
detail: 'opentrons.hardware_control.errors.NoTipAttachedError: Cannot perform DROPTIP without a tip attached'
errorCode: '4000'
errorInfo: !anydict
wrappedErrors: !anylist
errorType: 'UnexpectedTipRemovalError'
detail: 'Cannot perform DROPTIP without a tip attached.'
errorInfo:
mount: 'LEFT'
pipette_name: 'p10_single'
errorCode: '3005'
wrappedErrors: []
params:
pipetteId: pipetteId
labwareId: tipRackId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ stages:
- id: !anystr
errorType: ExceptionInProtocolError
createdAt: !anystr
detail: 'NoTipAttachedError [line 9]: Cannot perform DROPTIP without a tip attached'
detail: 'UnexpectedTipRemovalError [line 9]: Error 3005 UNEXPECTED_TIP_REMOVAL (UnexpectedTipRemovalError): Cannot perform DROPTIP without a tip attached.'
errorCode: '4000'
wrappedErrors: !anylist

- name: Verify commands contain the expected results
request:
Expand Down Expand Up @@ -116,8 +117,8 @@ stages:
id: !anystr
errorType: LegacyContextCommandError
createdAt: !anystr
detail: 'Cannot perform DROPTIP without a tip attached'
errorCode: '4000'
detail: 'Cannot perform DROPTIP without a tip attached.'
errorCode: '3005'
errorInfo: !anydict
wrappedErrors: !anylist
params:
Expand Down

0 comments on commit 82a66c2

Please sign in to comment.