@@ -68,7 +68,7 @@ class ConstructorIoRecommendationsTest {
6868 }
6969 val request = mockServer.takeRequest()
7070 println (request.path)
71- val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.6 .0&_dt="
71+ val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9 .0&_dt="
7272 assert (request.path.startsWith(path))
7373 }
7474
@@ -81,7 +81,7 @@ class ConstructorIoRecommendationsTest {
8181 it.networkError
8282 }
8383 val request = mockServer.takeRequest()
84- val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.6 .0&_dt="
84+ val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9 .0&_dt="
8585 assert (request.path.startsWith(path))
8686 }
8787
@@ -95,7 +95,7 @@ class ConstructorIoRecommendationsTest {
9595 it.isError
9696 }
9797 val request = mockServer.takeRequest()
98- val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.6 .0&_dt="
98+ val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9 .0&_dt="
9999 assert (request.path.startsWith(path))
100100 }
101101
@@ -109,7 +109,7 @@ class ConstructorIoRecommendationsTest {
109109 it.get()!! .response?.resultCount == 0
110110 }
111111 val request = mockServer.takeRequest()
112- val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.6 .0&_dt="
112+ val path = " /recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9 .0&_dt="
113113 assert (request.path.startsWith(path))
114114 }
115115}
0 commit comments