Skip to content

Commit

Permalink
Reverted removed test by mistake: test_celery_test_container.test_cli…
Browse files Browse the repository at this point in the history
…ent()
  • Loading branch information
Nusnus committed Oct 25, 2023
1 parent bf741d9 commit 322aafd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/api/test_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@

@pytest.mark.parametrize("container", lazy_fixture(ALL_COMPONENTS_FIXTURES))
class test_celery_test_container:
def test_client(self, container: CeleryTestContainer):
assert container.client

def test_ready(self, container: CeleryTestContainer):
assert container.ready()

0 comments on commit 322aafd

Please sign in to comment.