Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Haltmayer <[email protected]>
  • Loading branch information
Filip Haltmayer committed May 23, 2023
1 parent 6568675 commit d87c5d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_add_connection_then_connect(self, uri):

with mock.patch(f"{mock_prefix}.close", return_value=None):
connections.remove_connection(alias)

def test_connect_with_reuse_grpc(self):
alias = "default"
default_addr = {"address": "localhost:19530", "user": ""}
Expand All @@ -211,7 +211,6 @@ def test_connect_with_reuse_grpc(self):
with mock.patch(f"{mock_prefix}.close", return_value=None):
connections.disconnect(alias)


assert list(connections._connection_references.values())[0] == 1

with mock.patch(f"{mock_prefix}.close", return_value=None):
Expand Down

0 comments on commit d87c5d1

Please sign in to comment.