From 99dfb702c49edb03bb581a406d2ebcbd8f55b556 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 9 Apr 2024 14:30:43 -0500 Subject: [PATCH] Use staging server for gz_TEST Signed-off-by: Addisu Z. Taddese --- src/gz_TEST.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gz_TEST.cc b/src/gz_TEST.cc index f60219ba..1f64a3db 100644 --- a/src/gz_TEST.cc +++ b/src/gz_TEST.cc @@ -99,7 +99,7 @@ TEST(CmdLine, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ModelListConfigServerUgly)) { auto output = custom_exec_str(g_listCmd + " -t model --raw"); - EXPECT_NE(output.find("https://fuel.gazebosim.org/1.0/"), + EXPECT_NE(output.find("https://staging-fuel.gazebosim.org/1.0/"), std::string::npos) << output; EXPECT_EQ(output.find("owners"), std::string::npos) << output; }