Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
238a91c0
Unverified
Commit
238a91c0
authored
6 years ago
by
Diana Huang
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #20115 from edx/diana/removing-microsites
Remove dependence on microsite factory.
parents
c8c36504
bc37cf12
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openedx/core/djangoapps/api_admin/tests/factories.py
+1
-1
1 addition, 1 deletion
openedx/core/djangoapps/api_admin/tests/factories.py
openedx/core/djangoapps/api_admin/tests/test_models.py
+1
-1
1 addition, 1 deletion
openedx/core/djangoapps/api_admin/tests/test_models.py
with
2 additions
and
2 deletions
openedx/core/djangoapps/api_admin/tests/factories.py
+
1
−
1
View file @
238a91c0
...
...
@@ -6,7 +6,7 @@ from factory.django import DjangoModelFactory
from
factory.fuzzy
import
FuzzyInteger
,
FuzzyText
from
oauth2_provider.models
import
get_application_model
from
micro
site_configuration.tests.factories
import
SiteFactory
from
openedx.core.djangoapps.
site_configuration.tests.factories
import
SiteFactory
from
openedx.core.djangoapps.api_admin.models
import
ApiAccessRequest
,
Catalog
from
student.tests.factories
import
UserFactory
...
...
This diff is collapsed.
Click to expand it.
openedx/core/djangoapps/api_admin/tests/test_models.py
+
1
−
1
View file @
238a91c0
...
...
@@ -9,10 +9,10 @@ import six
from
django.db
import
IntegrityError
from
django.test
import
TestCase
from
microsite_configuration.tests.factories
import
SiteFactory
from
openedx.core.djangoapps.api_admin.models
import
ApiAccessConfig
,
ApiAccessRequest
from
openedx.core.djangoapps.api_admin.models
import
log
as
model_log
from
openedx.core.djangoapps.api_admin.tests.factories
import
ApiAccessRequestFactory
from
openedx.core.djangoapps.site_configuration.tests.factories
import
SiteFactory
from
openedx.core.djangolib.testing.utils
import
skip_unless_lms
from
student.tests.factories
import
UserFactory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment