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 4d587c2 commit bcaad4dCopy full SHA for bcaad4d
utils/tests/test_builder.py
@@ -73,7 +73,7 @@ def test_commit_schema_to_stream_then_build():
73
)
74
assert new_builds_count == 1
75
assert len(build_stream_fields_arr) == 1
76
- assert len(build_stream_fields_arr[0]["tests_regexp"]) == ".*"
+ assert build_stream_fields_arr[0]["tests_regexp"] == ".*"
77
assert conn.exists(STREAM_KEYNAME_NEW_BUILD_EVENTS)
78
conn.save()
79
0 commit comments