Skip to content

Commit

Permalink
fix test checking the wrong thing
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Dec 4, 2023
1 parent eb11bb9 commit 443dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_integration/test_api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_upsert_delete(self, cognite_client: CogniteClient) -> None:

assert created_version.workflow_external_id == version.workflow_external_id
assert created_version.workflow_definition.description == version.workflow_definition.description
assert created_version.workflow_definition.hash is not None
assert isinstance(created_version.workflow_definition.hash_, str)
finally:
if created_version is not None:
cognite_client.workflows.versions.delete(
Expand Down

0 comments on commit 443dd7b

Please sign in to comment.