Skip to content

Commit

Permalink
erreur prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stjmt committed Jul 31, 2024
1 parent 8f4e1ae commit f846538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/simplerule_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@

it {
expect(subject).to contain_nftables__rule('default_in-my_default_rule_name').with(
content: 'ip saddr {2001:1458:0000:0000:0000:0000:0000:0003, 8896:d5d9:e6f4:dd8f:af69:f5c0:0131:264f} accept'
content: 'ip6 saddr {2001:1458:0000:0000:0000:0000:0000:0003, 8896:d5d9:e6f4:dd8f:af69:f5c0:0131:264f} accept'
)
}
end
Expand Down Expand Up @@ -381,7 +381,7 @@

it {
expect(subject).to contain_nftables__rule('default_in-my_default_rule_name').with(
content: 'ip daddr {2001:1458:0000:0000:0000:0000:0000:0003, 8896:d5d9:e6f4:dd8f:af69:f5c0:0131:264f} accept'
content: 'ip6 daddr {2001:1458:0000:0000:0000:0000:0000:0003, 8896:d5d9:e6f4:dd8f:af69:f5c0:0131:264f} accept'
)
}
end
Expand Down

0 comments on commit f846538

Please sign in to comment.