Skip to content

Conversation

@codedsun
Copy link
Contributor

Fixes #6038

Short description of what this resolves:

Add the endpoint in docs

Changes proposed in this pull request:

  • added endpoint

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

@codecov
Copy link

codecov bot commented Nov 17, 2019

Codecov Report

Merging #6602 into development will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #6602      +/-   ##
===============================================
+ Coverage        65.03%   65.05%   +0.01%     
===============================================
  Files              296      296              
  Lines            15247    15247              
===============================================
+ Hits              9916     9919       +3     
+ Misses            5331     5328       -3
Impacted Files Coverage Δ
app/api/helpers/scheduled_jobs.py 25.78% <0%> (+2.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb504da...5a3b5b4. Read the comment docs.

@codedsun
Copy link
Contributor Author

@iamareebjamal For the test to pass do I need to provide a mock token as the api test is throwing 400 due to invalid token?

@iamareebjamal
Copy link
Member

You need to skip the transaction

@codedsun
Copy link
Contributor Author

@iamareebjamal check and merge!

@iamareebjamal iamareebjamal changed the title chore: Added auth/verify-email endpoint in documentation chore(docs): Added auth/verify-email endpoint in documentation Nov 17, 2019
@auto-label auto-label bot added docs and removed chore labels Nov 17, 2019
@iamareebjamal iamareebjamal merged commit 006110f into fossasia:development Nov 17, 2019
codedsun added a commit to codedsun/open-event-server that referenced this pull request Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs update: Create endpoint to receive verification token

3 participants