Skip to content

Commit

Permalink
correct the import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Jan 17, 2025
1 parent a605074 commit 9f03336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_security_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from cryptography.hazmat.primitives.asymmetric import rsa
from pytest import LogCaptureFixture

from schematic.schematic_api.security_controller import info_from_bearer_auth
from schematic_api.security_controller import info_from_bearer_auth


class TestSecurityController:
Expand Down

0 comments on commit 9f03336

Please sign in to comment.