Skip to content

Commit 3b83292

Browse files
ppisarm-blaha
authored andcommitted
expired-pgp-keys: Change spelling from PGP to OpenPGP
I corrected a spelling of an DNF5 message in <rpm-software-management/dnf5#2135>. This patch supports both spellings.
1 parent a3abeed commit 3b83292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dnf-behave-tests/dnf/plugins-core/expired-pgp-keys.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ Background:
1919
And I successfully execute dnf with args "install wget"
2020

2121

22-
Scenario: When PGP key is expired, its removal is triggered before transaction
22+
Scenario: When OpenPGP key is expired, its removal is triggered before transaction
2323
Given I move the clock forward to "2 years"
2424
And I successfully execute dnf with args "install vagare"
2525
Then stderr contains lines matching
2626
"""
27-
The following PGP key \(0x.*\) is about to be removed:
27+
The following (Open)?PGP key \(0x.*\) is about to be removed:
2828
Reason : Expired on .*
2929
UserID : "dnf-ci-gpg-expiry"
3030
"""
3131

3232

33-
Scenario: When PGP key is expired, its removal is not triggered on non-transactional operations
33+
Scenario: When OpenPGP key is expired, its removal is not triggered on non-transactional operations
3434
Given I move the clock forward to "2 years"
3535
And I successfully execute dnf with args "repoquery vagare"
36-
Then stderr does not contain "The following PGP key \(0x.*\) is about to be removed:"
36+
Then stderr does not contain "The following (Open)?PGP key \(0x.*\) is about to be removed:"

0 commit comments

Comments
 (0)