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

Test that endpoint param can contain trailing slashes #656

Merged
merged 1 commit into from
Sep 15, 2022

Conversation

ptpaterson
Copy link
Contributor

@ptpaterson ptpaterson commented Sep 15, 2022

Problem

The new endpoint param introduced in #652 should handle trailing slashes (https://db.fauna.com/ for example).

Solution

The HTTP adapters already handle this. We want to make sure we test for it, though.

Testing

Test ping on clients created using endpoint parameters with trailing slashes.

Copy link
Contributor

@faunaee faunaee left a comment

Choose a reason for hiding this comment

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

I only performed a visual inspection, but it looks good. 👍

@ptpaterson ptpaterson changed the title tests: Test that endpoint param can contain trailing slashes Test that endpoint param can contain trailing slashes Sep 15, 2022
@ptpaterson ptpaterson merged commit 18637ae into v4 Sep 15, 2022
@ptpaterson ptpaterson deleted the fixEndpointTrailingSlash branch September 15, 2022 16:49
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.

2 participants