Skip to content

Commit

Permalink
if/else
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Nov 25, 2023
1 parent 12d65f6 commit c1f04e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_flink.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ def test_make_flink_deployment(archiving_enabled, deploy_name, container_image):
assert pod_template is not None
for key in ["securityContext", "containers", "initContainers", "volumes"]:
assert key in pod_template["spec"]
if not archiving_enabled:
else:
pod_template = manifest["spec"]["jobManager"].get("podTemplate")
assert pod_template is None

0 comments on commit c1f04e7

Please sign in to comment.