From 2571387f279312b4dc0d689ad15223fb40a2c6c3 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 3 Jan 2025 20:07:16 -0700 Subject: [PATCH] Attempt to fix ping tests --- tests/pytests/functional/modules/test_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/functional/modules/test_network.py b/tests/pytests/functional/modules/test_network.py index ab6aef879e5..19ae7739adc 100644 --- a/tests/pytests/functional/modules/test_network.py +++ b/tests/pytests/functional/modules/test_network.py @@ -12,7 +12,7 @@ pytestmark = [ @pytest.fixture(scope="module") def url(modules): - return "rewrite.amazon.com" + return "ns.google.com" @pytest.fixture(scope="module")