Skip to content

Commit

Permalink
update import paths in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Dec 18, 2024
1 parent 6ebbba5 commit 3846182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/htmx/incidents/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django import test

from argus.htmx.incidents.utils import get_filter_function
from argus.htmx.incident.utils import get_filter_function


class TestGetFilterFunction(test.TestCase):
Expand Down
4 changes: 2 additions & 2 deletions tests/htmx/test_incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from django.test.client import RequestFactory
from argus.auth.factories import PersonUserFactory
from argus.filter.queryset_filters import QuerySetFilter
from argus.htmx.incidents.customization import IncidentTableColumn
from argus.htmx.incidents.views import incident_list
from argus.htmx.incident.customization import IncidentTableColumn
from argus.htmx.incident.views import incident_list


class IncidentRegularFilterForm(forms.Form):
Expand Down

0 comments on commit 3846182

Please sign in to comment.