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
jtpio authored Dec 31, 2021

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
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
@@ -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')

0 comments on commit e88122f

Please sign in to comment.