emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.33k stars 682 forks source link

python: fix integration test #5498

Closed LanceEa closed 7 months ago

LanceEa commented 7 months ago

Description

A recent refactor broke integration tests by generating config envoy would reject.

Related Issues

n/a

Testing

Adjusted unit test due to change in behavior but no additional testing needed.

Checklist