Skip to content

Commit e7f1f2c

Browse files
committed
Add test for verify session without middleware
1 parent 75e918f commit e7f1f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/session/verifySession_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,6 @@ func getTestServerWithoutMiddleware() *httptest.Server {
10471047
w.Write(respBytes)
10481048
}))
10491049

1050-
testServer := httptest.NewServer(supertokens.Middleware(mux))
1050+
testServer := httptest.NewServer(mux)
10511051
return testServer
10521052
}

0 commit comments

Comments
 (0)