Skip to content

Commit d40fb45

Browse files
committed
fix broken werk
this id was already used for another werk. Change-Id: I61628c2b49b0d4f5d476dfe94a36b48cee5700cc
1 parent c292bc5 commit d40fb45

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.werks/18300.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ regex compile, the code fell through to hostname validation, which
1818
rightfully refused the regex as a host name.
1919

2020
Valid regex patterns are now accepted again. Invalid ones still produce
21-
a clear error message, as intended by werk #18988.
21+
a clear error message, as intended by werk #18491.
File renamed without changes.

tests/code_quality/test_werks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_werk_versions_after_tagged(precompiled_werks: None) -> None:
118118

119119
# Some werks were added after the version was released. Mostly they were forgotten by
120120
# the developer. Consider it a hall of shame ;)
121-
if werk_id in {10062, 10063, 10064, 10125, 12836, 18706, 18531, 18920, 19049}:
121+
if werk_id in {10062, 10063, 10064, 10125, 12836, 18706, 18531, 18920, 19049, 18491}:
122122
continue
123123

124124
tag_name = "v%s" % werk.version

0 commit comments

Comments
 (0)