Skip to content

Commit

Permalink
Removed (scope="session") from @pytest.fixture for test Docker contai…
Browse files Browse the repository at this point in the history
…ners
  • Loading branch information
ckunki committed Nov 9, 2023
1 parent ded4180 commit 414b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_create_dss_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def dss_docker_image():
docker.from_env().images.remove(testee.image_name)


@pytest.fixture(scope="session")
@pytest.fixture
def dss_docker_container(dss_docker_image):
client = docker.from_env()
mapped_ports = {'8888/tcp': 8888}
Expand Down

0 comments on commit 414b66b

Please sign in to comment.