test: correct ignore link

!44
This commit is contained in:
2024-02-02 17:33:14 +09:30
parent 4bdf9d6f00
commit 14a115d984

View File

@ -15,7 +15,7 @@ class Test:
def setup_method(self): def setup_method(self):
self.ignore_url_alive_check = { self.ignore_url_alive_check = {
'gitlab.com': [ 'gitlab.com': [
'nofusscomputing/infrastructure/website//-/new/development' 'nofusscomputing/infrastructure/website/-/new/development'
] ]
} }