Merge pull request #10678 from hashicorp/jbardin/go1.8-vet

wrong printf verb
This commit is contained in:
James Bardin 2016-12-12 15:06:23 -05:00 committed by GitHub
commit 7a0949ee5a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}