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 6f8a46e commit b863f5fCopy full SHA for b863f5f
tests/utils/test_helpers.py
@@ -74,7 +74,7 @@ def test_append_artifact_to_task():
74
append_artifact_to_task(task, append_event_1)
75
assert len(task.artifacts) == 1
76
assert task.artifacts[0].artifactId == 'artifact-123'
77
- assert task.artifacts[0].name == None
+ assert task.artifacts[0].name is None
78
assert len(task.artifacts[0].parts) == 1
79
assert task.artifacts[0].parts[0].root.text == 'Hello'
80
0 commit comments