We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005f6a3 commit fe4e987Copy full SHA for fe4e987
1 file changed
src/test/scala/io/viash/e2e/config_view/MainConfigViewSuite.scala
@@ -26,7 +26,7 @@ class MainConfigViewSuite extends AnyFunSuite{
26
test("viash config view remote") {
27
val testOutput = TestHelper.testMain(
28
"config", "view",
29
- "https://raw.githubusercontent.com/viash-io/viash/develop_0_8/src/test/resources/testbash/config.vsh.yaml"
+ "https://raw.githubusercontent.com/viash-io/viash/main/src/test/resources/testbash/config.vsh.yaml"
30
)
31
32
assert(testOutput.stdout.startsWith("name:"))
0 commit comments