Skip to content

Commit

Permalink
Update repo info --json tests to accept pkg_gpgcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Oct 9, 2024
1 parent 0edf59b commit 49a9074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dnf-behave-tests/dnf/repo-json.feature
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Scenario: Repo info without arguments --json
"mirrorlist":"",
"gpg_key":[],
"repo_gpgcheck":false,
"gpgcheck":false,
"pkg_gpgcheck":false,
"available_pkgs":289,
"pkgs":289,
"size":"*",
Expand Down Expand Up @@ -68,7 +68,7 @@ Scenario: Repo info without arguments --json
"mirrorlist":"",
"gpg_key":[],
"repo_gpgcheck":false,
"gpgcheck":false,
"pkg_gpgcheck":false,
"available_pkgs":6,
"pkgs":6,
"size":"*",
Expand Down Expand Up @@ -157,7 +157,7 @@ Scenario: Repo info --json doesn't print REPOSYNC to stdout
"mirrorlist":"",
"gpg_key":[],
"repo_gpgcheck":false,
"gpgcheck":false,
"pkg_gpgcheck":false,
"available_pkgs":289,
"pkgs":289,
"size":"*",
Expand Down Expand Up @@ -186,7 +186,7 @@ Scenario: Repo info --json doesn't print REPOSYNC to stdout
"mirrorlist":"",
"gpg_key":[],
"repo_gpgcheck":false,
"gpgcheck":false,
"pkg_gpgcheck":false,
"available_pkgs":6,
"pkgs":6,
"size":"*",
Expand Down

0 comments on commit 49a9074

Please sign in to comment.