Keep run logs opaque and streamline transfers
This commit is contained in:
@@ -63,7 +63,7 @@ func TestSQLiteSchemaProbeRejectsUnscopedOrUnsafeRequests(t *testing.T) {
|
||||
assignment.ExecutionInput.SQLiteSchemaProbe.Binding.DatabaseIdentity = "C:/host/path"
|
||||
result = NewSQLiteSchemaProbeExecutor(t.TempDir()).Execute(context.Background(), assignment)
|
||||
if result.ErrorCode != "invalid_request" || strings.Contains(result.Message, "C:/") {
|
||||
t.Fatalf("expected redacted binding rejection, got %+v", result)
|
||||
t.Fatalf("expected bounded binding rejection, got %+v", result)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user