Add all source files for CI to work
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 21:22:54 +00:00
parent 4c6ccbc70c
commit 25021a4ea7

View File

@@ -105,4 +105,4 @@ class ErrorSimulator:
return (
{"error": message or "Simulated error"},
status_code or self.default_error_code,
)
)