From e86985da16b3c8a62d4c1faf0bedcca7d15b3378 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Sep 2021 15:36:17 -0600 Subject: [PATCH] adjust test to account for the new hash Signed-off-by: Richard Jones --- tests/core.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core.bats b/tests/core.bats index 597817e5..a3e7e582 100644 --- a/tests/core.bats +++ b/tests/core.bats @@ -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" {