* deprecate ansible galaxy collection name * deprecate ansible galaxy quality score * deprecate ansible role name and legacy downloads, add new downloads
11 lines
320 B
JavaScript
11 lines
320 B
JavaScript
import { ServiceTester } from '../tester.js'
|
|
export const t = new ServiceTester({
|
|
id: 'AnsibleGalaxyCollectionName',
|
|
title: 'AnsibleGalaxyCollectionName',
|
|
pathPrefix: '/ansible/collection',
|
|
})
|
|
|
|
t.create('collection name')
|
|
.get('/278.json')
|
|
.expectBadge({ label: 'collection', message: 'no longer available' })
|