Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Manos Vlassis <57320708+mvlassis@users.noreply.github.com>
  • Loading branch information
NohaIhab and mvlassis authored Aug 21, 2024
1 parent 61745b4 commit 7cd68c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/kserve-controller/tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def namespace(lightkube_client: lightkube.Client):

@pytest.fixture(scope="function")
def serverless_namespace(lightkube_client):
"""Create a namespaces used for deploying inferenceservices, cleaning it up afterwards."""
"""Create a namespace used for deploying inferenceservices, cleaning it up afterwards."""

namespace_name = "serverless-namespace"
lightkube_client.create(Namespace(metadata=ObjectMeta(name=namespace_name)))
Expand Down

0 comments on commit 7cd68c7

Please sign in to comment.