mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
update failing test to use package iptables (#10616)
use iptables as its a stable long term package that uses more standard version numbers archlinux uses upstream versions which makes version regex for tests hard to predict
This commit is contained in:
parent
1d2bf19100
commit
0a57af28bd
@ -3,7 +3,7 @@ import { createServiceTester } from '../tester.js'
|
||||
export const t = await createServiceTester()
|
||||
|
||||
t.create('Arch Linux package (valid)')
|
||||
.get('/core/x86_64/pacman.json')
|
||||
.get('/core/x86_64/iptables.json')
|
||||
.expectBadge({
|
||||
label: 'arch linux',
|
||||
message: isVPlusDottedVersionNClausesWithOptionalSuffixAndEpoch,
|
||||
|
Loading…
x
Reference in New Issue
Block a user