adjust test to account for the new hash
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
0666d6f55a
commit
e86985da16
@ -145,7 +145,7 @@ setup() {
|
||||
# Make sure the secret doesn't show in dagger query
|
||||
run "$DAGGER" query mySecret.id -f text
|
||||
assert_success
|
||||
assert_output "secret=mySecret"
|
||||
assert_output --partial "secret=mySecret;hash="
|
||||
}
|
||||
|
||||
@test "compute: docker socket" {
|
||||
|
Reference in New Issue
Block a user