X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc5742654641a10e765ed81d25ca44cb47976d02..cd3966ee048de85447418f00869eec59b38fd7b2:/services/api/test/unit/user_test.rb diff --git a/services/api/test/unit/user_test.rb b/services/api/test/unit/user_test.rb index 596cd415fb..7fcd36d709 100644 --- a/services/api/test/unit/user_test.rb +++ b/services/api/test/unit/user_test.rb @@ -478,15 +478,6 @@ class UserTest < ActiveSupport::TestCase vm = VirtualMachine.create - # Set up the bogus Link - bad_uuid = 'zzzzz-tpzed-xyzxyzxyzxyzxyz' - - resp_link = Link.create ({tail_uuid: email, link_class: 'permission', - name: 'can_login', head_uuid: bad_uuid}) - resp_link.save(validate: false) - - verify_link resp_link, 'permission', 'can_login', email, bad_uuid - response = user.setup(repo_name: 'foo/testrepo', vm_uuid: vm.uuid)