Skip to content

Commit

Permalink
Merge pull request #24718 from ironcladlou/platformstatus-nil-referen…
Browse files Browse the repository at this point in the history
…cer-fix

Bug 1814357: Fix another nil reference when accessing un-migrated platform status
  • Loading branch information
openshift-merge-robot committed Mar 19, 2020
2 parents d6249a2 + c9b585f commit 47fa618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/router/headers.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var _ = g.Describe("[sig-network][Feature:Router]", func() {
case configv1.AWSPlatformType, configv1.AzurePlatformType, configv1.GCPPlatformType:
// supported
default:
g.Skip(fmt.Sprintf("BZ 1772125 -- not verified on platform type %q", infra.Status.PlatformStatus.Type))
g.Skip(fmt.Sprintf("BZ 1772125 -- not verified on platform type %q", platformType))
}

defer func() {
Expand Down

0 comments on commit 47fa618

Please sign in to comment.