adjust test to account for the new hash

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-09-10 15:36:17 -06:00
parent 0666d6f55a
commit e86985da16

View File

@ -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" {