fix: tests that were not compatible w/ new pocketbase version

This commit is contained in:
henrygd
2026-08-14 00:20:45 -04:00
parent ac4436bea3
commit 8450b40e0c
6 changed files with 22 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ func createConfigTestFingerprint(app core.App, systemID, token, fingerprint stri
// TestConfigSyncWithTokens tests the config.SyncSystems function with various token scenarios
func TestConfigSyncWithTokens(t *testing.T) {
testHub, err := tests.NewTestHub()
testHub, err := tests.NewTestHub(t.TempDir())
require.NoError(t, err)
defer testHub.Cleanup()