@@ -30,7 +30,7 @@ func TestSearchIntegration(t *testing.T) {
30
30
ExecuteFunc : client .Search ,
31
31
ValidateFunc : func (resp * listennotes.Response , respErr error ) error {
32
32
expectNoError (respErr )
33
- expectData (resp , "took" , 0.133 )
33
+ expectData (resp , "took" , 0.203 )
34
34
expectCollection (resp , "results" , 10 )
35
35
return nil
36
36
},
@@ -44,7 +44,7 @@ func TestSearchIntegration(t *testing.T) {
44
44
ExecuteFunc : client .Search ,
45
45
ValidateFunc : func (resp * listennotes.Response , respErr error ) error {
46
46
expectNoError (respErr )
47
- expectData (resp , "took" , 0.133 )
47
+ expectData (resp , "took" , 0.203 )
48
48
expectCollection (resp , "results" , 10 )
49
49
return nil
50
50
},
@@ -234,7 +234,7 @@ func TestSearchIntegration(t *testing.T) {
234
234
ExecuteFunc : client .JustListen ,
235
235
ValidateFunc : func (resp * listennotes.Response , respErr error ) error {
236
236
expectNoError (respErr )
237
- expectData (resp , "title" , "69 Gifts of the Wyrd: Irisanya Moon - The Norns " )
237
+ expectData (resp , "title" , "The Content Marketing Game Changer: How Copywriting Drives Results " )
238
238
return nil
239
239
},
240
240
},
0 commit comments