From 2511f825d49117362a414b93fa0b06263b5ee198 Mon Sep 17 00:00:00 2001 From: Michael Calmer Date: Wed, 21 Jun 2023 15:04:24 +0200 Subject: [PATCH] fix new methods (cherry picked from commit dc6021ca20c8a2b677427fb543eb58f8e4851cea) --- .../redhat/rhn/domain/product/test/SUSEProductTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/code/src/com/redhat/rhn/domain/product/test/SUSEProductTestUtils.java b/java/code/src/com/redhat/rhn/domain/product/test/SUSEProductTestUtils.java index 4a841634cf5c..91ac31396d7f 100644 --- a/java/code/src/com/redhat/rhn/domain/product/test/SUSEProductTestUtils.java +++ b/java/code/src/com/redhat/rhn/domain/product/test/SUSEProductTestUtils.java @@ -85,7 +85,7 @@ private SUSEProductTestUtils() { * @param family the channel family * @return the newly created SUSE product */ - public static SUSEProduct createTestSUSEProduct(ChannelFamily family) { + public static SUSEProduct createTestSUSEProduct(ChannelFamily family) throws Exception { return createTestSUSEProduct(family, TestUtils.randomString().toLowerCase()); } /**