github :: MockGithubAPI :: response_is_error
# Is this response a simulated error? fun response_is_error(path: String): Bool do assert has_response(path) return test_responses[path].has_prefix("errors_") end