-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
data pipeline apiData pipeline apiData pipeline api
Description
________________________________________________________________________________________________________ test_get_repo_info ________________________________________________________________________________________________________
def test_get_repo_info():
repo_info = get_repo_info(Path(__file__), "default_repo")
assert isinstance(repo_info, RepoInfo)
if git_installed:
> assert (
repo_info.uri
== "https://github.com/ScottishCovidResponse/data_pipeline_api.git"
)
E AssertionError: assert '[email protected]:ScottishCovidResponse/data_pipeline_api.git' == 'https://github.com/ScottishCovidResponse/data_pipeline_api.git'
E - https://github.com/ScottishCovidResponse/data_pipeline_api.git
E ? ^ ^^^^^^ ^
E + [email protected]:ScottishCovidResponse/data_pipeline_api.git
E ? ^^ ^ ^
tests/test_git_info.py:25: AssertionError
Metadata
Metadata
Assignees
Labels
data pipeline apiData pipeline apiData pipeline api