Skip to content

Commit b54df64

Browse files
committed
fix descriptions
1 parent ed787d8 commit b54df64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/helpers/jwt_conditions_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
end
4949
end
5050

51-
context 'when exp is not a integer' do
51+
context 'when iat is not a integer' do
5252
let(:jwt_iat) { Time.now }
5353

5454
it 'raises an exception' do
@@ -59,7 +59,7 @@
5959
end
6060
end
6161

62-
context 'when jwt iss is different to user_identity' do
62+
context 'when jwt sub is different to user_identity' do
6363
let(:jwt_sub) { '1234.5678.911' }
6464

6565
it 'raises an exception' do
@@ -69,7 +69,7 @@
6969
end
7070
end
7171

72-
context 'when jwt_aud is different to apple_client_id' do
72+
context 'when jwt aud is different to apple_client_id' do
7373
let(:jwt_aud) { 'net.apple_auth' }
7474

7575
it 'raises an exception' do

0 commit comments

Comments
 (0)