diff --git a/schemathesis.toml b/schemathesis.toml index 3df3acd8d..c8b5cc8b5 100644 --- a/schemathesis.toml +++ b/schemathesis.toml @@ -13,3 +13,6 @@ enabled = false [auth] basic = { username = "plain", password = "${RELAY_PASSWORD}" } + +[output.sanitization] +enabled = false