Drag and Drop UI: fix lint
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled

This commit is contained in:
David Rotermund 2025-04-05 19:27:33 +02:00
parent 8073343f1d
commit 02e72205ad
2 changed files with 35 additions and 37 deletions

View file

@ -36,4 +36,3 @@ func SanitizePath(inputPath string) (string, error) {
reconstructedPath := path.Join(sanitizedComponents...)
return reconstructedPath, nil
}

View file

@ -12,7 +12,6 @@
// make TAGS="sqlite sqlite_unlock_notify" build
// otherwise the test fails.
import {expect} from '@playwright/test';
import {test, dynamic_id, save_visual} from './utils_e2e.ts';