From cbfc12b901ad06523a44cb50a7069a020817ab15 Mon Sep 17 00:00:00 2001 From: Alexeyyy Date: Mon, 22 Dec 2025 15:43:13 +0400 Subject: [PATCH] ECWID-165212 - enabled getBrands() test back. --- src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt b/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt index d83271c0..e8766066 100644 --- a/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt +++ b/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt @@ -23,7 +23,6 @@ class BrandsTest : BaseEntityTest() { removeAllProducts() } - @Disabled("The test is temporarily disabled") @Test fun getBrands() { val brandedProductsCreateResult = createProductsWithBrands()