From 49a90743f36d71a223c7ada6c5f2e1d4547307b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Wed, 9 Oct 2024 14:47:12 +0200 Subject: [PATCH] Update `repo info --json` tests to accept `pkg_gpgcheck` Requires: https://github.com/rpm-software-management/dnf5/pull/1766 --- dnf-behave-tests/dnf/repo-json.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dnf-behave-tests/dnf/repo-json.feature b/dnf-behave-tests/dnf/repo-json.feature index 59c1fe457..0e408f6da 100644 --- a/dnf-behave-tests/dnf/repo-json.feature +++ b/dnf-behave-tests/dnf/repo-json.feature @@ -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":"*", @@ -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":"*", @@ -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":"*", @@ -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":"*",