X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fec7796668a4f4a73bb52e16e13e4504f76649f5..afcef9cee9922db71e268624ec658f535755aada:/services/api/test/unit/commit_test.rb?ds=sidebyside diff --git a/services/api/test/unit/commit_test.rb b/services/api/test/unit/commit_test.rb index 1c772de047..1c04abf364 100644 --- a/services/api/test/unit/commit_test.rb +++ b/services/api/test/unit/commit_test.rb @@ -35,9 +35,9 @@ class CommitTest < ActiveSupport::TestCase end [ - 'https://github.com/curoverse/arvados.git', - 'http://github.com/curoverse/arvados.git', - 'git://github.com/curoverse/arvados.git', + 'https://github.com/arvados/arvados.git', + 'http://github.com/arvados/arvados.git', + 'git://github.com/arvados/arvados.git', ].each do |url| test "find_commit_range uses fetch_remote_repository to get #{url}" do fake_gitdir = repositories(:foo).server_path @@ -53,8 +53,8 @@ class CommitTest < ActiveSupport::TestCase '/bogus/repo', '/not/allowed/.git', 'file:///not/allowed.git', - 'git.curoverse.com/arvados.git', - 'github.com/curoverse/arvados.git', + 'git.arvados.org/arvados.git', + 'github.com/arvados/arvados.git', ].each do |url| test "find_commit_range skips fetch_remote_repository for #{url}" do CommitsHelper::expects(:fetch_remote_repository).never