Skip to content

Commit

Permalink
Rename test repo to tljh-repo2docker-test-binder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Mar 9, 2022
1 parent e88122f commit e6c236d
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 e6c236d

Please sign in to comment.