wrong printf verb

This commit is contained in:
James Bardin 2016-12-12 15:03:21 -05:00
parent 1c7fb083c9
commit 06d17ca75f

View File

@ -217,7 +217,7 @@ func TestAccComputeBackendService_withSessionAffinity(t *testing.T) {
}) })
if svc.SessionAffinity != "GENERATED_COOKIE" { if svc.SessionAffinity != "GENERATED_COOKIE" {
t.Errorf("Expected SessionAffinity == \"GENERATED_COOKIE\", got %t", svc.SessionAffinity) t.Errorf("Expected SessionAffinity == \"GENERATED_COOKIE\", got %s", svc.SessionAffinity)
} }
} }