fix failing spec
This commit is contained in:
parent
9e0021e649
commit
94d8a3cd2e
|
@ -24,7 +24,8 @@ describe Travis::Api::App::Endpoint::Users do
|
|||
'gravatar_id' => user.gravatar_id,
|
||||
'locale' => user.locale,
|
||||
'is_syncing' => user.is_syncing,
|
||||
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ')
|
||||
'synced_at' => user.synced_at.strftime('%Y-%m-%dT%H:%M:%SZ'),
|
||||
'correct_scopes' => true,
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user