Skip to content

Commit

Permalink
test: outdated module name in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jul 30, 2024
1 parent 1725cbd commit 0ff5bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/tests/integration/test_domain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import app.helpers.producer
import rkapi.app.helpers.producer


class TestDomain:
Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/test_messages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import app.helpers.producer
import rkapi.app.helpers.producer
import tests.fixtures.messages as message_fx


Expand Down
2 changes: 1 addition & 1 deletion api/tests/integration/test_record.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import datetime

import app.helpers.helpers
import rkapi.app.helpers.helpers
from rkapi.app.controllers.api import record as record_api
from rkapi.app.helpers import helpers

Expand Down

0 comments on commit 0ff5bfa

Please sign in to comment.