Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Feb 26, 2024
1 parent 510e087 commit 33288d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/frontend/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pytest
from django.core.exceptions import ValidationError
from django.urls import reverse
from mock import MagicMock

# First-party/Local
from controlpanel.api import aws
Expand Down Expand Up @@ -454,7 +453,7 @@ def test_ip_allowlist_form_missing_name():
@pytest.mark.parametrize("env", ["dev", "prod"])
@mock.patch(
"controlpanel.frontend.forms.CreateAppForm.get_datasource_queryset",
new=MagicMock,
new=mock.MagicMock,
)
def test_clean_namespace(env):
form = forms.CreateAppForm()
Expand Down

0 comments on commit 33288d9

Please sign in to comment.