Skip to content

Commit 771ffd6

Browse files
committed
crash
1 parent 35231ce commit 771ffd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/com.apollographql.iostest/com.apollographql.iostestTests/com_apollographql_iostestTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ struct com_apollographql_iostestTests {
77
final class AuthenticationInterceptor: Apollo_runtimeHttpInterceptor {
88

99
func intercept(request: HttpRequest, chain: Apollo_runtimeHttpInterceptorChain) async throws -> HttpResponse {
10-
//throw DefaultApolloException(message: "interceptor error", cause: nil)
11-
try await chain.proceed(request: request)
10+
throw DefaultApolloException(message: "interceptor error", cause: nil)
11+
//try await chain.proceed(request: request)
1212
}
1313

1414
func dispose() {

0 commit comments

Comments
 (0)