working commit

This commit is contained in:
2026-02-01 22:50:01 +02:00
parent 18e2a61c8a
commit fa8563848f
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func TestFileOperations(t *testing.T) {
srv, err := server.NewServer()
require.NoError(t, err)
filename := `bare.bin`
filename := `bare.bin?abc=12`
{
err = srv.Configure()