Skip to content

Commit 22b4a06

Browse files
committed
minimal fix
1 parent 4e3ee60 commit 22b4a06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integration/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def queue(
103103
queue = RDSJobQueue(rds_testing_instance.db_url)
104104
queue.create(err_on_exists=True)
105105
yield queue
106-
queue.delete()
107106

108107

109108
@pytest.fixture(scope="session", autouse=True)

0 commit comments

Comments
 (0)