Merge pull request #2512 from ecordell/tufmetadata

Add tufmetadata endpoint
This commit is contained in:
josephschorr 2017-04-07 17:16:11 -04:00 committed by GitHub
commit 2bc619137a
12 changed files with 292 additions and 1 deletions

View file

@ -4540,6 +4540,8 @@ class TestRepositoryImageSecurity(ApiTestCase):
expected_code=200)
class TestSuperUserCustomCertificates(ApiTestCase):
def test_custom_certificates(self):
self.login(ADMIN_ACCESS_USER)