Skip to content

Commit 6e73cbb

Browse files
committed
ECWID-161269 - delete url from general info in profile
1 parent 97886a1 commit 6e73cbb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/kotlin/com/ecwid/apiclient/v3/entity/BaseEntityTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ abstract class BaseEntityTest {
7070

7171
protected fun initStoreProfile() {
7272
val expectedProfile = UpdatedStoreProfile(
73-
generalInfo = UpdatedStoreProfile.GeneralInfo(
74-
storeUrl = ""
75-
),
73+
generalInfo = UpdatedStoreProfile.GeneralInfo(),
7674
formatsAndUnits = UpdatedStoreProfile.FormatsAndUnits(
7775
orderNumberPrefix = "",
7876
orderNumberSuffix = ""

0 commit comments

Comments
 (0)