From 14a115d9845e241da911f12748af5d377eb8b278 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 2 Feb 2024 17:33:14 +0930 Subject: [PATCH] test: correct ignore link !44 --- test/unit/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/main_test.py b/test/unit/main_test.py index 2bc3304..808bba0 100644 --- a/test/unit/main_test.py +++ b/test/unit/main_test.py @@ -15,7 +15,7 @@ class Test: def setup_method(self): self.ignore_url_alive_check = { 'gitlab.com': [ - 'nofusscomputing/infrastructure/website//-/new/development' + 'nofusscomputing/infrastructure/website/-/new/development' ] }