chore: entferne unbenutzten PingEvent Import aus PingSyncIntegrationTest
Some checks failed
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Has been cancelled
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Has been cancelled

This commit is contained in:
Stefan Mogeritsch 2026-04-19 17:46:46 +02:00
parent a645bb4dbc
commit 54f91c7309

View File

@ -2,7 +2,6 @@ package at.mocode.frontend.features.ping.integration
import at.mocode.frontend.core.sync.SyncManager
import at.mocode.frontend.features.ping.domain.PingSyncServiceImpl
import at.mocode.ping.api.PingEvent
import io.ktor.client.*
import io.ktor.client.engine.mock.*
import io.ktor.client.plugins.contentnegotiation.*