You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/src/test/java/io/constructor/core/ConstructorIoTest.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ class ConstructorIoTest {
91
91
92
92
@Test
93
93
funverifySessionStartUrl() {
94
-
val expected ="https://ac.cnstrc.com/behavior?c=cioand-0.2.0&s=1&action=session_start&autocomplete_key=testKey&_dt=1520000000000"
94
+
val expected ="https://ac.cnstrc.com/behavior?c=cioand-1.0.0&s=1&action=session_start&autocomplete_key=testKey&_dt=1520000000000"
95
95
val urlBuilder =HttpUrl.Builder().scheme("https")
96
96
.host("ac.cnstrc.com")
97
97
.addPathSegment("behavior")
@@ -106,7 +106,7 @@ class ConstructorIoTest {
106
106
107
107
@Test
108
108
funverifySearchClickThroughEvent() {
109
-
val expected ="https://ac.cnstrc.com/autocomplete/term/click_through?c=cioand-0.2.0&s=1&autocomplete_section=Products&autocomplete_key=testKey&_dt=1520000000000"
109
+
val expected ="https://ac.cnstrc.com/autocomplete/term/click_through?c=cioand-1.0.0&s=1&autocomplete_section=Products&autocomplete_key=testKey&_dt=1520000000000"
110
110
val urlBuilder =HttpUrl.Builder().scheme("https")
111
111
.host("ac.cnstrc.com")
112
112
.addPathSegment("autocomplete")
@@ -123,7 +123,7 @@ class ConstructorIoTest {
123
123
124
124
@Test
125
125
funverifySearchLoadedEventUrl() {
126
-
val expected ="https://ac.cnstrc.com/behavior?c=cioand-0.2.0&s=1&action=search-results&autocomplete_key=testKey&_dt=1520000000000"
126
+
val expected ="https://ac.cnstrc.com/behavior?c=cioand-1.0.0&s=1&action=search-results&autocomplete_key=testKey&_dt=1520000000000"
127
127
val urlBuilder =HttpUrl.Builder().scheme("https")
128
128
.host("ac.cnstrc.com")
129
129
.addPathSegment("behavior")
@@ -138,7 +138,7 @@ class ConstructorIoTest {
138
138
139
139
@Test
140
140
funverifyInputFocusEvent() {
141
-
val expected ="https://ac.cnstrc.com/behavior?c=cioand-0.2.0&i=user_id&s=1&action=focus&autocomplete_key=testKey&_dt=1520000000000"
141
+
val expected ="https://ac.cnstrc.com/behavior?c=cioand-1.0.0&i=user_id&s=1&action=focus&autocomplete_key=testKey&_dt=1520000000000"
0 commit comments