Skip to content

Commit 34aadc8

Browse files
committed
Backport portion of #1771 to fix command-line test
Signed-off-by: Steve Peters <[email protected]>
1 parent 4d2c694 commit 34aadc8

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/ign_TEST.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ TEST(CmdLine, CachedFuelWorld)
100100
std::string projectPath = std::string(PROJECT_SOURCE_PATH) + "/test/worlds";
101101
ignition::common::setenv("IGN_FUEL_CACHE_PATH", projectPath.c_str());
102102
std::string cmd = kIgnCommand + " -r -v 4 --iterations 5" +
103-
" https://fuel.gazebosim.org/1.0/OpenRobotics/worlds/Test%20world";
103+
" https://fuel.gazebosim.org/1.0/openroboticstest/worlds/test%20world";
104104
std::cout << "Running command [" << cmd << "]" << std::endl;
105105

106106
std::string output = customExecStr(cmd);

0 commit comments

Comments
 (0)