diff --git a/backend/internal/dav/shared_test.go b/backend/internal/dav/shared_test.go index 4b3756b..834c8f4 100644 --- a/backend/internal/dav/shared_test.go +++ b/backend/internal/dav/shared_test.go @@ -89,7 +89,7 @@ func TestGetContactByURI_NotFound(t *testing.T) { func TestListAllContacts_Empty(t *testing.T) { ctx := context.Background() - _, err := testSvc.db.Exec(ctx, "DELETE FROM dav_cards") + _, err := testSvc.db.Exec(ctx, "DELETE FROM dav_cards WHERE uri LIKE 'test-%'") require.NoError(t, err) contacts, err := testSvc.ListAllContacts()