1
0
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:
jNullj 2024-10-16 20:36:29 +03:00 committed by GitHub
parent 1d2bf19100
commit 0a57af28bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,