We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6940c commit c40f236Copy full SHA for c40f236
splitio/client/client_test.go
@@ -971,7 +971,7 @@ func TestBlockUntilReadyInMemoryError(t *testing.T) {
971
t.Error("It should return error")
972
}
973
974
- if err != nil && err.Error() != "SDK Initialization failed" {
+ if err != nil && err.Error() != "SDK Initialization: time of 5 exceeded" {
975
t.Error("Wrong error. Got: ", err.Error())
976
977
0 commit comments