Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const val underlyingMalformedException =

const val underlyingInvalidApiException =
"AmplifyException{message=The apiName request argument " +
"was not passed as a String, cause=java.lang.ClassCastException: class java.lang.Integer cannot be cast " +
"to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap'), " +
"was not passed as a String, cause=java.lang.ClassCastException: java.lang.Integer cannot be cast " +
"to java.lang.String, " +
"recoverySuggestion=The request should include the apiName as a String}"

@RunWith(RobolectricTestRunner::class)
Expand Down