-
Notifications
You must be signed in to change notification settings - Fork 10
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: add TestPathRedirectionMiddleware integration tests AP-1547
#298
Conversation
14220fc
to
10dd64f
Compare
86c3ec7
to
5816b47
Compare
1564138
to
7724856
Compare
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'm not sure if this PR is ready for review, cause I think an issue was still being addressed. Please, let me know to go through it again :)
cf996d8
to
80ed570
Compare
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 left a few non-blocking comments for you to address. Other than that, it looks good to me!
@BryanttV, thanks for the context! |
567f831
to
2979348
Compare
6f5e30b
to
731cfd8
Compare
731cfd8
to
4e9311a
Compare
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.
Thank you @BryanttV! I just have a couple of comments
Description
This PR adds integration tests for the
TestPathRedirectionMiddleware
middleware. These tests are executed in the job of Tutor Integration TestsTesting instructions
Check the jobs of Tutor Integration Tests in the PR.
Jira Issue