Skip to content

Commit

Permalink
Merge pull request #1036 from skmatti/be-fix-e2e
Browse files Browse the repository at this point in the history
Fix Access logs enable whitebox test
  • Loading branch information
k8s-ci-robot authored Feb 24, 2020
2 parents edd0b5c + b3189e6 commit a13083a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fuzz/whitebox/num_backend_services.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (t *numBackendServicesTest) Test(ing *v1beta1.Ingress, gclb *fuzz.GCLB) err

// Verify that access logs are enabled for GA version.
for _, cbe := range gclb.BackendService {
if cbe.GA != nil {
if cbe.GA == nil {
continue
}
if !cbe.GA.LogConfig.Enable {
Expand Down

0 comments on commit a13083a

Please sign in to comment.