Skip to content

Commit

Permalink
Close channel in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matus Valo authored and Matus Valo committed Jun 14, 2019
1 parent dc18a4a commit b36bf88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/integration/test_rmq.py
Expand Up @@ -34,6 +34,7 @@ def setup_conn(self, connection):
self.connection.connect()
self.channel = self.connection.channel()
yield
self.channel.close()
self.connection.close()

@pytest.mark.parametrize(
Expand Down

0 comments on commit b36bf88

Please sign in to comment.