Skip to content

Commit 974476a

Browse files
committed
fix: remove expires at
1 parent 7ecadfd commit 974476a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/mirage/me/crate-owner-invitations/list-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module('Mirage | GET /api/private/crate_owner_invitations', function (hooks) {
5555
invited_by_username: 'janed',
5656
invitee_id: Number(user.id),
5757
inviter_id: Number(inviter.id),
58-
expires_at: '2017-01-24T12:34:56Z',
5958
},
6059
{
6160
crate_id: Number(ember.id),
@@ -64,7 +63,6 @@ module('Mirage | GET /api/private/crate_owner_invitations', function (hooks) {
6463
invited_by_username: 'wycats',
6564
invitee_id: Number(user.id),
6665
inviter_id: Number(inviter2.id),
67-
expires_at: '2017-01-31T12:34:56Z',
6866
},
6967
],
7068
users: [

0 commit comments

Comments
 (0)