Skip to content

Commit

Permalink
fix read_text
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 10, 2024
1 parent eea75f6 commit 958a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_dualstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_dualstack(h: harness.Harness, tmp_path: Path):
)
util.wait_until_k8s_ready(main, [main])

dualstack_config = (config.MANIFESTS_DIR / "nginx-dualstack.yaml", "r").read_text()
dualstack_config = (config.MANIFESTS_DIR / "nginx-dualstack.yaml").read_text()

# Deploy nginx with dualstack service
main.exec(
Expand Down

0 comments on commit 958a76e

Please sign in to comment.