diff --git a/test/integration/mount_start_test.go b/test/integration/mount_start_test.go index 33eee1fcfa..17b2e5c1f2 100644 --- a/test/integration/mount_start_test.go +++ b/test/integration/mount_start_test.go @@ -145,7 +145,7 @@ func validateMount(ctx context.Context, t *testing.T, profile string) { for _, flag := range flags { want := fmt.Sprintf("%s=%s", flag.key, flag.expected) if !strings.Contains(rr.Output(), want) { - t.Errorf("wanted gid to be: %q; got: %q", want, rr.Output()) + t.Errorf("wanted %s to be: %q; got: %q", flag.key, want, rr.Output()) } } }