Skip to content

Commit

Permalink
Fix a test (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig authored May 1, 2024
1 parent d14ffcd commit 5acfbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gz_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ TEST(CmdLine,
GZ_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ModelListConfigServerUgly))
{
auto output = custom_exec_str(g_listCmd +
" -t model --raw -u 'https://fuel.gazebosim.org/1.0' -o openrobotics");
EXPECT_NE(output.find("https://fuel.gazebosim.org/1.0/"),
" -t model --raw -u 'https://fuel.gazebosim.org' -o openrobotics");
EXPECT_NE(output.find("https://fuel.gazebosim.org"),
std::string::npos) << output;
EXPECT_EQ(output.find("owners"), std::string::npos) << output;
}
Expand Down

0 comments on commit 5acfbe1

Please sign in to comment.