projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
17810: Fix S3 signature verification.
[arvados.git]
/
services
/
api
/
test
/
factories
/
link.rb
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
FactoryBot.define do
6
factory :link do
7
factory :permission_link do
8
link_class { 'permission' }
9
end
10
end
11
end