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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user