Skip to content

Commit

Permalink
test revised.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu committed Jul 16, 2021
1 parent 81c4556 commit 06e9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 06e9214

Please sign in to comment.