Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PATCH: Add sleep time after auth0_user create before trying to retrieve it #1032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

duedares-rvj
Copy link
Contributor

Added a 500 millisecond sleep before a newly created user is retrieved through get call.
This change has been made to address: #1007

🔧 Changes

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@duedares-rvj duedares-rvj requested a review from a team as a code owner September 25, 2024 13:21
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.25%. Comparing base (5e982d1) to head (4f5e2c7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1032   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files         112      112           
  Lines       16350    16351    +1     
=======================================
+ Hits        14757    14758    +1     
  Misses       1118     1118           
  Partials      475      475           
Flag Coverage Δ
90.25% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
internal/auth0/organization/resource_member.go 82.53% <100.00%> (+0.28%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants