Skip to content

Commit 1f79f3b

Browse files
committed
Version Bump
1 parent 211975a commit 1f79f3b

File tree

8 files changed

+67
-67
lines changed

8 files changed

+67
-67
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An Android Client for [Constructor.io](http://constructor.io/). [Constructor.io
66

77
## 1. Install
88

9-
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.3.0) to add the client to your project.
9+
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.3.1) to add the client to your project.
1010

1111
## 2. Retrieve an API key
1212

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
targetSdkVersion 28
2929
testInstrumentationRunner "${applicationId}.runner.RxAndroidJUnitRunner"
3030
versionCode 1
31-
versionName '2.3.0'
31+
versionName '2.3.1'
3232
buildConfigField("String", "CLIENT_VERSION", "\"cioand-${versionName}\"")
3333
buildConfigField("String", "DEFAULT_ITEM_SECTION", "\"Products\"")
3434
buildConfigField("String", "SERVICE_URL", "\"ac.cnstrc.com\"")

library/src/test/java/io/constructor/core/ConstructorIoAutocompleteTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ConstructorIoAutocompleteTest {
6363
suggestions?.isNotEmpty()!! && suggestions.size == 5
6464
}
6565
val request = mockServer.takeRequest()
66-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.0&_dt="
66+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.1&_dt="
6767
assert(request.path.startsWith(path))
6868
}
6969

@@ -76,7 +76,7 @@ class ConstructorIoAutocompleteTest {
7676
it.networkError
7777
}
7878
val request = mockServer.takeRequest()
79-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.0&_dt="
79+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.1&_dt="
8080
assert(request.path.startsWith(path))
8181
}
8282

@@ -90,7 +90,7 @@ class ConstructorIoAutocompleteTest {
9090
it.isError
9191
}
9292
val request = mockServer.takeRequest()
93-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.0&_dt="
93+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.1&_dt="
9494
assert(request.path.startsWith(path))
9595
}
9696

@@ -104,7 +104,7 @@ class ConstructorIoAutocompleteTest {
104104
suggestions?.isEmpty()!!
105105
}
106106
val request = mockServer.takeRequest()
107-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.0&_dt="
107+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.3.1&_dt="
108108
assert(request.path.startsWith(path))
109109
}
110110
}

library/src/test/java/io/constructor/core/ConstructorIoTrackingTest.kt

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

library/src/test/java/io/constructor/core/ConstructorioBrowseTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ConstructorIoBrowseTest {
7171
it.get()!!.response?.resultCount == 367
7272
}
7373
val request = mockServer.takeRequest()
74-
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt"
74+
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt"
7575
assert(request.path.startsWith(path))
7676
}
7777

@@ -84,7 +84,7 @@ class ConstructorIoBrowseTest {
8484
it.networkError
8585
}
8686
val request = mockServer.takeRequest()
87-
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt"
87+
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt"
8888
assert(request.path.startsWith(path))
8989
}
9090

@@ -98,7 +98,7 @@ class ConstructorIoBrowseTest {
9898
it.isError
9999
}
100100
val request = mockServer.takeRequest()
101-
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt"
101+
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt"
102102
assert(request.path.startsWith(path))
103103
}
104104

@@ -114,7 +114,7 @@ class ConstructorIoBrowseTest {
114114
it.get()!!.response?.resultCount == 0
115115
}
116116
val request = mockServer.takeRequest()
117-
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt"
117+
val path = "/browse/group_id/Beverages?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt"
118118
assert(request.path.startsWith(path))
119119
}
120120
}

library/src/test/java/io/constructor/core/ConstructorioSearchTest.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ConstructorIoSearchTest {
7272
it.get()!!.response?.resultCount == 225
7373
}
7474
val request = mockServer.takeRequest()
75-
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt="
75+
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt="
7676
assert(request.path.startsWith(path))
7777
}
7878

@@ -85,7 +85,7 @@ class ConstructorIoSearchTest {
8585
it.networkError
8686
}
8787
val request = mockServer.takeRequest()
88-
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt="
88+
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt="
8989
assert(request.path.startsWith(path))
9090
}
9191

@@ -99,7 +99,7 @@ class ConstructorIoSearchTest {
9999
it.isError
100100
}
101101
val request = mockServer.takeRequest()
102-
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt="
102+
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt="
103103
assert(request.path.startsWith(path))
104104
}
105105

@@ -115,7 +115,7 @@ class ConstructorIoSearchTest {
115115
it.get()!!.response?.resultCount == 0
116116
}
117117
val request = mockServer.takeRequest()
118-
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt="
118+
val path = "/search/corn?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt="
119119
assert(request.path.startsWith(path))
120120
}
121121

@@ -129,7 +129,7 @@ class ConstructorIoSearchTest {
129129
it.get()!!.response?.redirect?.matchedTerms!![0] == "bbq"
130130
}
131131
val request = mockServer.takeRequest()
132-
val path = "/search/bbq?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.0&_dt="
132+
val path = "/search/bbq?key=silver-key&i=guapo-the-guid&ui=player-two&s=92&c=cioand-2.3.1&_dt="
133133
assert(request.path.startsWith(path))
134134
}
135135
}

library/src/test/java/io/constructor/core/ConstructorioSegmentsTest.kt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ConstructorioSegmentsTest {
6262
suggestions?.isNotEmpty()!! && suggestions.size == 5
6363
}
6464
val request = mockServer.takeRequest()
65-
val path = "/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt="
65+
val path = "/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt="
6666
assert(request.path.startsWith(path))
6767
}
6868

@@ -73,7 +73,7 @@ class ConstructorioSegmentsTest {
7373
val observer = constructorIo.trackSessionStartInternal().test()
7474
observer.assertComplete()
7575
val request = mockServer.takeRequest()
76-
val path = "/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
76+
val path = "/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
7777
assert(request.path.startsWith(path))
7878
}
7979

@@ -84,7 +84,7 @@ class ConstructorioSegmentsTest {
8484
val observer = ConstructorIo.trackInputFocusInternal("tita").test()
8585
observer.assertComplete()
8686
val request = mockServer.takeRequest()
87-
val path = "/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
87+
val path = "/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
8888
assert(request.path.startsWith(path))
8989
}
9090

@@ -95,7 +95,7 @@ class ConstructorioSegmentsTest {
9595
val observer = ConstructorIo.trackAutocompleteSelectInternal("titanic", "tit", "Search Suggestions").test()
9696
observer.assertComplete()
9797
val request = mockServer.takeRequest()
98-
val path = "/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt="
98+
val path = "/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt="
9999
assert(request.path.startsWith(path))
100100
}
101101

@@ -106,7 +106,7 @@ class ConstructorioSegmentsTest {
106106
val observer = ConstructorIo.trackSearchSubmitInternal("titanic", "tit", null).test()
107107
observer.assertComplete()
108108
val request = mockServer.takeRequest()
109-
val path = "/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
109+
val path = "/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
110110
assert(request.path.startsWith(path))
111111
}
112112

@@ -117,7 +117,7 @@ class ConstructorioSegmentsTest {
117117
val observer = ConstructorIo.trackSearchResultsLoadedInternal("titanic", 10).test()
118118
observer.assertComplete()
119119
val request = mockServer.takeRequest()
120-
val path = "/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
120+
val path = "/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
121121
assert(request.path.startsWith(path))
122122
}
123123

@@ -128,7 +128,7 @@ class ConstructorioSegmentsTest {
128128
val observer = ConstructorIo.trackSearchResultClickInternal("titanic replica", "TIT-REP-1997", "titanic").test()
129129
observer.assertComplete()
130130
val request = mockServer.takeRequest()
131-
val path = "/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
131+
val path = "/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
132132
assert(request.path.startsWith(path))
133133
}
134134

@@ -139,7 +139,7 @@ class ConstructorioSegmentsTest {
139139
val observer = ConstructorIo.trackConversionInternal("titanic replica", "TIT-REP-1997", 89.00).test()
140140
observer.assertComplete()
141141
val request = mockServer.takeRequest()
142-
val path = "/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
142+
val path = "/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
143143
assert(request.path.startsWith(path))
144144
}
145145

@@ -150,7 +150,7 @@ class ConstructorioSegmentsTest {
150150
val observer = ConstructorIo.trackPurchaseInternal(arrayOf("TIT-REP-1997", "QE2-REP-1969"), 12.99, "ORD-1312343").test()
151151
observer.assertComplete()
152152
val request = mockServer.takeRequest()
153-
val path = "/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.0&_dt=";
153+
val path = "/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&us=mobile&us=COUNTRY_US&c=cioand-2.3.1&_dt=";
154154
assert(request.path.startsWith(path))
155155
}
156156
}

library/src/test/java/io/constructor/core/ConstructorioTestCellTest.kt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ConstructorioTestCellTest {
6363
suggestions?.isNotEmpty()!! && suggestions.size == 5
6464
}
6565
val request = mockServer.takeRequest()
66-
val path = "/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt="
66+
val path = "/autocomplete/titanic?key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt="
6767
assert(request.path.startsWith(path))
6868
}
6969

@@ -74,7 +74,7 @@ class ConstructorioTestCellTest {
7474
val observer = constructorIo.trackSessionStartInternal().test()
7575
observer.assertComplete()
7676
val request = mockServer.takeRequest()
77-
val path = "/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
77+
val path = "/behavior?action=session_start&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
7878
assert(request.path.startsWith(path))
7979
}
8080

@@ -85,7 +85,7 @@ class ConstructorioTestCellTest {
8585
val observer = ConstructorIo.trackInputFocusInternal("tita").test()
8686
observer.assertComplete()
8787
val request = mockServer.takeRequest()
88-
val path = "/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
88+
val path = "/behavior?term=tita&action=focus&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
8989
assert(request.path.startsWith(path))
9090
}
9191

@@ -96,7 +96,7 @@ class ConstructorioTestCellTest {
9696
val observer = ConstructorIo.trackAutocompleteSelectInternal("titanic", "tit", "Search Suggestions").test()
9797
observer.assertComplete()
9898
val request = mockServer.takeRequest()
99-
val path = "/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt="
99+
val path = "/autocomplete/titanic/select?autocomplete_section=Search%20Suggestions&original_query=tit&tr=click&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt="
100100
assert(request.path.startsWith(path))
101101
}
102102

@@ -107,7 +107,7 @@ class ConstructorioTestCellTest {
107107
val observer = ConstructorIo.trackSearchSubmitInternal("titanic", "tit", null).test()
108108
observer.assertComplete()
109109
val request = mockServer.takeRequest()
110-
val path = "/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
110+
val path = "/autocomplete/titanic/search?original_query=tit&tr=search&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
111111
assert(request.path.startsWith(path))
112112
}
113113

@@ -118,7 +118,7 @@ class ConstructorioTestCellTest {
118118
val observer = ConstructorIo.trackSearchResultsLoadedInternal("titanic", 10).test()
119119
observer.assertComplete()
120120
val request = mockServer.takeRequest()
121-
val path = "/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
121+
val path = "/behavior?term=titanic&num_results=10&action=search-results&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
122122
assert(request.path.startsWith(path))
123123
}
124124

@@ -129,7 +129,7 @@ class ConstructorioTestCellTest {
129129
val observer = ConstructorIo.trackSearchResultClickInternal("titanic replica", "TIT-REP-1997", "titanic").test()
130130
observer.assertComplete()
131131
val request = mockServer.takeRequest()
132-
val path = "/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
132+
val path = "/autocomplete/titanic/click_through?name=titanic%20replica&customer_id=TIT-REP-1997&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
133133
assert(request.path.startsWith(path))
134134
}
135135

@@ -140,7 +140,7 @@ class ConstructorioTestCellTest {
140140
val observer = ConstructorIo.trackConversionInternal("titanic replica", "TIT-REP-1997", 89.00).test()
141141
observer.assertComplete()
142142
val request = mockServer.takeRequest()
143-
val path = "/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
143+
val path = "/autocomplete/TERM_UNKNOWN/conversion?name=titanic%20replica&customer_id=TIT-REP-1997&revenue=89.00&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
144144
assert(request.path.startsWith(path))
145145
}
146146

@@ -151,7 +151,7 @@ class ConstructorioTestCellTest {
151151
val observer = ConstructorIo.trackPurchaseInternal(arrayOf("TIT-REP-1997", "QE2-REP-1969"), 12.99, "ORD-1312343").test()
152152
observer.assertComplete()
153153
val request = mockServer.takeRequest()
154-
val path = "/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.0&_dt=";
154+
val path = "/autocomplete/TERM_UNKNOWN/purchase?customer_ids=TIT-REP-1997&customer_ids=QE2-REP-1969&revenue=12.99&order_id=ORD-1312343&autocomplete_section=Products&key=aluminium-key&i=koopa-the-guid&ui=player-two&s=14&ef-cellone=vanilla&ef-celltwo=whipped-cream&c=cioand-2.3.1&_dt=";
155155
assert(request.path.startsWith(path))
156156
}
157157
}

0 commit comments

Comments
 (0)