Skip to content

Commit

Permalink
fix(tests): remove hard coded ports in rolling update test (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobowitz committed Jul 8, 2021
1 parent 4168048 commit a673d27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/rolling_update/test_rolling_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ def validate_ports_replica(replica, replica_port_in, replica_port_out, parallel)
name=f'pod{i}',
replicas=replicas,
parallel=parallel,
port_in=f'51{i}00',
# info: needs to be set in this test since the test is asserting pod args with pod tail args
port_out=f'51{i + 1}10',
# outside this test, it don't have to be set. Due to dynamic routing, it is irrelevant.
copy_flow=False,
)

Expand Down

0 comments on commit a673d27

Please sign in to comment.