Skip to content

Commit

Permalink
Merge pull request #53 from jtpio/update-tests
Browse files Browse the repository at this point in the history
Update test binder repo to the new URL
  • Loading branch information
jtpio authored Dec 31, 2021
2 parents 0fc8e1a + 0086041 commit e88122f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tljh_repo2docker/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ async def remove_docker_image(image_name):

@pytest.fixture(scope='module')
def minimal_repo():
return "https://github.com/jtpio/test-binder"
return "https://github.com/plasmabio/test-binder"


@pytest.fixture(scope='module')
def minimal_repo_uppercase():
return "https://github.com/jtpio/TEST-BINDER"
return "https://github.com/plasmabio/TEST-BINDER"


@pytest.fixture(scope='module')
def generated_image_name():
return "jtpio-test-binder:HEAD"
return "plasmabio-test-binder:HEAD"


@pytest.fixture(scope='module')
Expand Down

0 comments on commit e88122f

Please sign in to comment.