diff --git a/test/cases/koji.sh b/test/cases/koji.sh index ff7ddb4ec..ec1459374 100755 --- a/test/cases/koji.sh +++ b/test/cases/koji.sh @@ -51,7 +51,9 @@ koji --server=http://localhost:8080/kojihub --user kojiadmin --password kojipass # Always build the latest RHEL - that suits the koji API usecase the most. if [[ "$DISTRO_CODE" == rhel-8* ]]; then - DISTRO_CODE=rhel-86 + DISTRO_CODE=rhel-87 +elif [[ "$DISTRO_CODE" == rhel-9* ]]; then + DISTRO_CODE=rhel-91 fi if [ "${COMPOSER_API:=true}" == "true" ]; then