From 5b5024ec2961ba0f03628a26d478537722169168 Mon Sep 17 00:00:00 2001 From: Alano Terblanche Date: Wed, 2 Feb 2022 10:09:25 +0100 Subject: [PATCH] test: schema fixture --- .../root.courierTemplates.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/schema/fixtures/config.schema.test.success/root.courierTemplates.yaml diff --git a/test/schema/fixtures/config.schema.test.success/root.courierTemplates.yaml b/test/schema/fixtures/config.schema.test.success/root.courierTemplates.yaml new file mode 100644 index 000000000000..026d96c32ceb --- /dev/null +++ b/test/schema/fixtures/config.schema.test.success/root.courierTemplates.yaml @@ -0,0 +1,18 @@ +selfservice: + default_browser_return_url: "#/definitions/defaultReturnTo" + +dsn: foo + +identity: + schemas: + - id: default + url: https://example.com + +courier: + template_override_path: foo + smtp: + connection_uri: smtps://foo:bar@my-mailserver:1234/ + from_address: no-reply@ory.kratos.sh + templates: + recovery: "#/definitions/courierTemplates" + verification: "#/definitions/courierTemplates"