corrected import
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m11s
Run linting on the backend code / Build (pull_request) Has been cancelled
Run testing on the backend code / Build (pull_request) Failing after 35m5s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 26s

This commit is contained in:
kscheidecker 2025-02-19 16:09:52 +01:00
parent d92001faaf
commit 5e27dd9d79

View File

@ -3,7 +3,7 @@
from fastapi.testclient import TestClient
import pytest
from ..structs.landmark import Toilets
from ..structs.toilets import Toilets
from ..main import app