mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
switch to official repo for test url
This commit is contained in:
parent
af83ca6d65
commit
f6bf8a565f
@ -128,7 +128,7 @@ public class NBCLIScenarioParserTest {
|
||||
@Test
|
||||
public void testThatScenarioUrlsAreSupported() {
|
||||
//TODO: This might change?
|
||||
String urlScenario = "https://gist.githubusercontent.com/tjake/0106848762e078f0ef886c1a097b3433/raw/4302fd0ab2d34bd088d973cdd52ed7711782f757/scenario-test.yaml?foo=bar";
|
||||
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"});
|
||||
List<Cmd> cmds = opts.getCommands();
|
||||
|
Loading…
Reference in New Issue
Block a user