Skip to content

Commit 54a1ab9

Browse files
committed
Relax testLinksWithServices for Sable
1 parent 3e6d97a commit 54a1ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irctest/server_tests/links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def testLinksWithServices(self):
136136
"nick",
137137
"My.Little.Services",
138138
"My.Little.Server",
139-
StrRe("1 .+"), # SID instead of description for Anope...
139+
StrRe("[01] .+"), # SID instead of description for Anope...
140140
],
141141
)
142142

0 commit comments

Comments
 (0)