Skip to content

EPT-2965: Add authentication endpoints - #83

Merged
citin merged 3 commits into
ePages-de:wip-v2from
citin:add-authentication-endpoints
Sep 6, 2024
Merged

EPT-2965: Add authentication endpoints#83
citin merged 3 commits into
ePages-de:wip-v2from
citin:add-authentication-endpoints

Conversation

@citin

@citin citin commented Sep 3, 2024

Copy link
Copy Markdown
Contributor

No description provided.

@citin
citin requested review from a team, k4th, kengallego and unabris and removed request for a team September 3, 2024 14:49
Comment on lines +49 to +55
it 'sends a post request with the correct parameters' do
# client.change_username(
# user_id,
# user_password,
# new_name
# )
end

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the tests like follows (I just put one example):

# client.change_username(
#   user_id,
#   user_password,
#   new_name
# )
it 'sends a post request with the correct parameters'

I believe that writing an it statement without a block displays a "Pending" message when running the tests.

@citin
citin merged commit 922c1fd into ePages-de:wip-v2 Sep 6, 2024
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