-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: Drop some stub code. #36102
test: Drop some stub code. #36102
Conversation
I believe this was only used with BokChoy and just got missed in the various cleanup. Removing it now since we're not using it.
@angonz FYI. |
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.
🔥
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
@feanil: Thanks for the clean-up. Please see these search results: https://github.com/search?q=repo%3Aopenedx%2Fedx-platform%20common%2Fdjangoapps%2Fterrain&type=code. Thanks! |
The terrain app and its stub servers were removed as a part of #36102 but these last few things got missed.
Thanks for the catch: #36127 |
I believe this was only used with BokChoy and just got missed in the
various cleanup. Removing it now since we're not using it.