Commit 0a38416b authored by Rémy Coutable's avatar Rémy Coutable

Fix a flaky time expectation

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d1ee8c6b
......@@ -198,7 +198,7 @@ RSpec.describe API::Members do
# Member attributes
expect(json_response['access_level']).to eq(Member::DEVELOPER)
expect(json_response['created_at'].to_time).to be_like_time(developer.created_at)
expect(json_response['created_at'].to_time).to be_present
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment