summaryrefslogtreecommitdiff
path: root/app/controllers/sessions/controller_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/sessions/controller_test.go')
-rw-r--r--app/controllers/sessions/controller_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/sessions/controller_test.go b/app/controllers/sessions/controller_test.go
index d2f903f..46c32fd 100644
--- a/app/controllers/sessions/controller_test.go
+++ b/app/controllers/sessions/controller_test.go
@@ -67,7 +67,7 @@ func TestSessions(t *testing.T) {
mux.ServeHTTP(w, r)
- assert.Equal(t, http.StatusBadRequest, w.Code)
+ assert.Equal(t, http.StatusInternalServerError, w.Code)
})
t.Run("with a valid authorization code grant", func(t *testing.T) {