Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Ryan committed Sep 12, 2024
1 parent 737a7a3 commit 0637f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suite/test_virtual_server_custom_listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class TestVirtualServerCustomListeners:
"https_listener_in_config": True,
"expected_response_codes": [404, 404, 0, 200],
"expected_vs_error_msg": "Listener http-8085 is not defined in GlobalConfiguration",
"expected_gc_error_msg": "Listener http-8085: Duplicated port/protocol combination 8085/HTTP",
"expected_gc_error_msg": "Listener http-8085: Duplicated ip:port protocol combination 8085/HTTP",
},
{
"gc_yaml": "global-configuration-forbidden-port-http",
Expand Down Expand Up @@ -339,7 +339,7 @@ def test_custom_listeners(
"https_listener_in_config": True,
"expected_response_codes": [404, 404, 0, 200],
"expected_vs_error_msg": "Listener http-8085 is not defined in GlobalConfiguration",
"expected_gc_error_msg": "Listener http-8085: Duplicated port/protocol combination 8085/HTTP",
"expected_gc_error_msg": "Listener http-8085: Duplicated ip:port protocol combination 8085/HTTP",
},
{
"gc_yaml": "global-configuration-forbidden-port-http",
Expand Down

0 comments on commit 0637f16

Please sign in to comment.