Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
majensen committed Oct 12, 2024
1 parent 02626ef commit e07e5ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def mdb(docker_services, docker_ip):

@pytest.fixture(scope="session")
def mdb_versioned(docker_services, docker_ip):
cp = subprocess.check_output(["docker","ps","-a"],stderr=subprocess.STDOUT);
logging.error(cp)
cp = subprocess.check_output(["docker","logs","mdb-versioned"],stderr=subprocess.STDOUT);
logging.error(cp)
bolt_port = docker_services.port_for("mdb-versioned", 7687)
http_port = docker_services.port_for("mdb-versioned", 7474)
bolt_url = "bolt://{}:{}".format(docker_ip, bolt_port)
Expand Down

0 comments on commit e07e5ce

Please sign in to comment.