Skip to content

Commit

Permalink
update failing test to use package iptables (#10616)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jNullj authored Oct 16, 2024
1 parent 1d2bf19 commit 0a57af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/archlinux/archlinux.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0a57af2

Please sign in to comment.