Files
shields/services/ansible/ansible-collection.tester.js
chris48s 083b36c0a1 deprecate/fix [ansible] galaxy services (#9648)
* deprecate ansible galaxy collection name

* deprecate ansible galaxy quality score

* deprecate ansible role name and legacy downloads, add new downloads
2023-11-19 19:33:09 +00:00

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' })