Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 29, 2023
1 parent 1f9a2aa commit 740a5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def test_pebble_layer(
assert (
pebble_plan_info["services"]["seldon-core"]["command"] == "/manager "
"--enable-leader-election "
f"--metrics-addr=:{harness.charm._metrics_port} "
f"--webhook-port {harness.charm._webhook_port} "
)
test_env = pebble_plan_info["services"]["seldon-core"]["environment"]
Expand Down

0 comments on commit 740a5ff

Please sign in to comment.