Skip to content

Commit

Permalink
Merge pull request #54 from jtpio/rename-test-repo
Browse files Browse the repository at this point in the history
Rename test repo to `tljh-repo2docker-test-binder`
  • Loading branch information
jtpio authored Mar 10, 2022
2 parents e88122f + e6c236d commit d711bda
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/plasmabio/test-binder"
return "https://github.com/plasmabio/tljh-repo2docker-test-binder"


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


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


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

0 comments on commit d711bda

Please sign in to comment.