Skip to content

Commit

Permalink
skip: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Oct 26, 2023
1 parent 7e4f5b5 commit 5510bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/kfp-persistence/tests/unit/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ def test_pebble_services_running(harness, mocked_lightkube_client):
assert environment["NAMESPACE"] == ""
assert environment["MULTIUSER"] == "true"
assert environment["KUBEFLOW_USERID_HEADER"] == "kubeflow-userid"
assert environment["KUBEFLOW_USERID_PREFIX"] == "kubeflow-userid"
assert environment["KUBEFLOW_USERID_PREFIX"] == ""

0 comments on commit 5510bea

Please sign in to comment.