mitodl / rapid-response-xblock

a django app plug-in for edx-platform
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Fix: Fixed the broken integration tests after the removal of old Mongo #152

Closed Anas12091101 closed 7 months ago

Anas12091101 commented 8 months ago

What are the relevant tickets?

https://github.com/mitodl/rapid-response-xblock/issues/142

What's this PR do?

This PR fixes the integration tests which were broken after the removal of old Mongo support for parent child relationship Our tests started to break after the https://github.com/openedx/edx-platform/pull/31134 was merged giving us an ScopeError This PR changes the tests to use the new SplitMongo modulestore

See more information in the relevant issue ticket

How should this be manually tested?