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

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,