-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add integration tests for the enrollments api AP-1346
#280
Conversation
517d530
to
0e54e60
Compare
AP-1346
7bf9213
to
0b9bcb8
Compare
dbd0ecf
to
c6af9f6
Compare
af33974
to
5af2d39
Compare
5af2d39
to
e80e6a3
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'll leave this so you can commit them in bulk.
9aa144a
to
6f68900
Compare
abefbb2
to
b29faf0
Compare
b29faf0
to
6ba8bb0
Compare
This reverts commit 6ba8bb0.
182be1f
to
cb6ce0b
Compare
964d1c5
to
8cb8b3d
Compare
8cb8b3d
to
c5607d3
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.
LGTM!
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.
Thanks for addressing the comments!
Description
This PR adds integration tests for the enrollment API. These tests are executed in the job of Tutor Integration Tests
This PR is part of a set of PRs to add integration tests to the enrollment API. It must be separated into different PRs because doing it in one PR exceeds the maximum size allowed by the pr-size-labeler action.
AP-1346
#281AP-1346
#282Testing instructions
Check the jobs of Tutor Integration Tests in the PR.
Jira Issue