Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Oct 9, 2023
1 parent 3f96893 commit ecfd20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acto/post_process/simple_crash_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def replace_anvil_crash_config_map(
"expected": "1",
},
)
core_v1_api.create_namespaced_config_map(
core_v1_api.replace_namespaced_config_map(
name="fault-injection-config",
namespace="default",
body=config_map,
Expand Down

0 comments on commit ecfd20b

Please sign in to comment.