Merge pull request #10678 from hashicorp/jbardin/go1.8-vet
wrong printf verb
This commit is contained in:
commit
7a0949ee5a
|
@ -217,7 +217,7 @@ func TestAccComputeBackendService_withSessionAffinity(t *testing.T) {
|
|||
})
|
||||
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue