Skip to content

Commit

Permalink
Fixed pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
subkanthi committed Feb 7, 2022
1 parent e37f7bd commit 8774d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/tests/test_elasticsearch_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_should_generate_secret_with_specified_schemes(self, scheme):
)

assert f"{scheme}://username:password@elastichostname:9200" == connection

def test_url_generated_when_user_is_empty(self):
connection = self._get_connection(
{
Expand Down

0 comments on commit 8774d8e

Please sign in to comment.