Skip to content

Commit 32944e7

Browse files
committed
resolve test case issue for test
Signed-off-by: Aminu Oluwaseun Joshua <[email protected]>
1 parent 9456535 commit 32944e7

File tree

1 file changed

+1
-1
lines changed
  • tests/testcases/vault-variables-test

1 file changed

+1
-1
lines changed

tests/testcases/vault-variables-test/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trigger = { type = "http" }
66
version = "0.1.0"
77

88
[variables]
9-
password = { required = true }
9+
password = { default = "test_password" }
1010
greeting = { default = "Hello!" }
1111

1212
[[component]]

0 commit comments

Comments
 (0)