From 841d742af4577a7748bdb9fdf330c0f93d66c20d Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 2 Feb 2024 17:26:17 +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' ] }