-
Notifications
You must be signed in to change notification settings - Fork 534
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: backend e2e test for route with jwt (no algorithm) #1195
Merged
nic-chen
merged 12 commits into
apache:master
from
idbeta:backend-e2e-test-create-consumer-with-jwt
Jan 13, 2021
Merged
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
a99cd4a
test: backend e2e test for create consumer with jwt
idbeta b48b40c
chore: add sleeptime
idbeta b3ef404
Merge branch 'master' into backend-e2e-test-create-consumer-with-jwt
nic-chen f3b72a1
fixed: test route with jwt-auth plugin
idbeta dbf96e3
move the new case to route_with_auth_plugin_test.go
idbeta 12f2713
chore: modify case desc
idbeta 16f2850
Merge branch 'master' into backend-e2e-test-create-consumer-with-jwt
membphis b68719f
chore: modify jwt token name
idbeta b19c9da
modify method for get the token of jwt
idbeta 71b6dd3
Merge branch 'master' into backend-e2e-test-create-consumer-with-jwt
nic-chen 64ce139
modify file name
idbeta 2646929
Merge branch 'master' into backend-e2e-test-create-consumer-with-jwt
juzhiyuan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could verify it by hitting the route too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nic-chen
Does this need to be updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why marked this conversation as resolved? If you think it's unnecessary, just leave your comment. @idbeta
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's unnecessary. The same thing has been done here
apisix-dashboard/api/test/e2e/route_with_plugin_jwt_test.go
Lines 145 to 152 in 2646929
I think it is enough to judge whether the consumer deletion is successful.