Skip to content

Commit

Permalink
fixes to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Milanka00 committed Jun 24, 2024
1 parent 79c110f commit 782c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/internal/oasparser/envoyconf/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestCreateListenerWithRds(t *testing.T) {
// TODO: (Vajira) Add more test scenarios
listeners := CreateListenersWithRds()
assert.NotEmpty(t, listeners, "Listeners creation has been failed")
assert.Equal(t, 3, len(listeners), "Two listeners are not created.")
assert.Equal(t, 2, len(listeners), "Two listeners are not created.")

securedListener := listeners[0]
if securedListener.Validate() != nil {
Expand Down

0 comments on commit 782c99a

Please sign in to comment.