Skip to content

Commit

Permalink
pkg/az: silence staticcheck in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alrs committed Apr 20, 2020
1 parent 8dad1f0 commit 0dfc830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/az/az_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = Describe("AZ", func() {
)

BeforeEach(func() {
avoidedZones(ec2.AvailabilityZoneStateAvailable)
_ = avoidedZones(ec2.AvailabilityZoneStateAvailable)
})

Context("with a region that has no zones to avoid", func() {
Expand Down

0 comments on commit 0dfc830

Please sign in to comment.