Skip to content

Commit e7adc1b

Browse files
author
Alan Christie
committed
test: Fix decoder tests
1 parent de34339 commit e7adc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_workflow_name_with_spaces():
130130

131131
# Assert
132132
assert (
133-
error == "'workflow with spaces' does not match '^[a-z][a-z0-9-]{,63}(?<!-)$'"
133+
error == "'workflow with spaces' does not match '^[a-z][a-z0-9-]{0,63}$(?<!-)'"
134134
)
135135

136136

0 commit comments

Comments
 (0)