Skip to content

Commit

Permalink
change spec user query
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 5, 2018
1 parent be38165 commit bd36202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/lib/auth0/api/v2/api_users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
client.users(
per_page: 1,
fields: 'user_id',
q: "updated_at:>=2016-01-01",
q: "updated_at:{2016-01-01 TO *}",
search_engine: 'v2'
).first
).to include('user_id')
Expand Down

0 comments on commit bd36202

Please sign in to comment.