Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
lixmal committed Jan 2, 2025
1 parent 0b9854b commit 6bb583e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/internal/acl/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestDefaultManager(t *testing.T) {
IP: ip,
Network: network,
}).AnyTimes()
ifaceMock.EXPECT().GetWGDevice().Return(nil).AnyTimes()

// we receive one rule from the management so for testing purposes ignore it
fw, err := firewall.NewFirewall(ifaceMock, nil)
Expand Down

0 comments on commit 6bb583e

Please sign in to comment.