Skip to content

Commit 0f29921

Browse files
committed
Fixing tests
1 parent e424813 commit 0f29921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/unit/endpoint/authorization_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
Travis.redis.sadd('github:states', 'github-state')
6868
response = get '/auth/handshake?state=github-state&code=oauth-code'
6969
expect(response.status).to eq(401)
70-
expect(response.body).to eq("state mismatch")
7170
Travis.redis.srem('github:states', 'github-state')
7271
end
7372
end

0 commit comments

Comments
 (0)