-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Description
We have two failing tests after the rewrite has landed
✗ gitlab: separate domains
(from function `assert_output' in file test/test_helper/bats-assert/src/assert.bash, line 239,
in test file test/git-open.bats, line 186)
`assert_output "https://gitlab.example.com/namespace/project"' failed
fatal: remote origin already exists.
Switched to a new branch 'master'
-- output differs --
expected : https://gitlab.example.com/namespace/project
actual : https://git.example.com/namespace/project
✗ gitlab: ssh://git@host:port origin
(from function `assert_output' in file test/test_helper/bats-assert/src/assert.bash, line 239,
in test file test/git-open.bats, line 220)
`assert_output "https://repo.intranet/XXX/YYY"' failed
fatal: remote origin already exists.
Switched to a new branch 'master'
-- output differs --
expected : https://repo.intranet/XXX/YYY
actual : https://repo.intranet/7000/XXX/YYY
--
@derimagia how did you want to handle these guys?
Metadata
Metadata
Assignees
Labels
No labels