Skip to content

test case fail in test_git_get_remote_url #8

@ryokat3

Description

@ryokat3
def test_git_get_remote_url():
  assert git_get_remote_url().startswith("git@github.com:")

E AssertionError: assert False
E + where False = <built-in method startswith of str object at 0x7fbc44fb4ab0>('git@github.com:')
E + where <built-in method startswith of str object at 0x7fbc44fb4ab0> = 'https://github.com/ryokat3/qiita-sync'.startswith
E + where 'https://github.com/ryokat3/qiita-sync' = git_get_remote_url()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions