mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
update url for test
This commit is contained in:
@@ -150,9 +150,9 @@ public class NBCLIScenarioParserTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testThatScenarioUrlsAreSupported() {
|
public void testThatScenarioUrlsAreSupported() {
|
||||||
//TODO: This might change?
|
//TODO: This might change?
|
||||||
String urlScenario = "https://raw.githubusercontent.com/nosqlbench/nosqlbench/main/engine-cli/src/test/resources/activities/scenario-test.yaml";
|
String urlScenario = "https://raw.githubusercontent.com/nosqlbench/nosqlbench/main/engine-cli/src/test/resources/activities/scenario_test.yaml";
|
||||||
|
|
||||||
NBCLIOptions opts = new NBCLIOptions(new String[]{urlScenario, "schema-only", "cycles-test=20"});
|
NBCLIOptions opts = new NBCLIOptions(new String[]{urlScenario, "schema_only", "cycles-test=20"});
|
||||||
List<Cmd> cmds = opts.getCommands();
|
List<Cmd> cmds = opts.getCommands();
|
||||||
assertThat(cmds.size()).isGreaterThan(0);
|
assertThat(cmds.size()).isGreaterThan(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user