From 06e92147e1f5ec5dd607834d59894e425f7ffe18 Mon Sep 17 00:00:00 2001 From: devrimcavusoglu Date: Fri, 16 Jul 2021 14:28:01 +0300 Subject: [PATCH] test revised. --- tests/test_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_dispatcher.py b/tests/test_dispatcher.py index 436daf0..e7a49ce 100644 --- a/tests/test_dispatcher.py +++ b/tests/test_dispatcher.py @@ -60,7 +60,7 @@ def test_init_logger_with_malformed_url(): def test_init_logger_non_exist_url(): - endpoint = "https://qweasdqwe.com/api/v2" + endpoint = "https://this-is-non-existing-url-1234567890-0987654321.com/api/v2" with pytest.raises(SSLError): init_logger(endpoint=endpoint, log_to_teams=True, tf_capture_flags=[DEFAULT_FLAG], tf_regex=False)