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..5b740896 100644 --- a/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt +++ b/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt @@ -9,7 +9,6 @@ import com.ecwid.apiclient.v3.util.randomAlphanumeric import com.ecwid.apiclient.v3.util.randomPrice import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.BeforeEach -import org.junit.jupiter.api.Disabled import kotlin.test.Test import kotlin.test.assertEquals @@ -23,7 +22,6 @@ class BrandsTest : BaseEntityTest() { removeAllProducts() } - @Disabled("The test is temporarily disabled") @Test fun getBrands() { val brandedProductsCreateResult = createProductsWithBrands()