From 3215bdade092b8b6fc91b4332588e94cd65d1ab3 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Fri, 13 Oct 2023 15:23:02 -0400 Subject: [PATCH] test: Update JSON schema snapshot --- .../tests/snapshots/test_fixtures__event_schema.snap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/relay-server/tests/snapshots/test_fixtures__event_schema.snap b/relay-server/tests/snapshots/test_fixtures__event_schema.snap index a20c258a928..92ebf956961 100644 --- a/relay-server/tests/snapshots/test_fixtures__event_schema.snap +++ b/relay-server/tests/snapshots/test_fixtures__event_schema.snap @@ -1209,6 +1209,14 @@ expression: "relay_event_schema::protocol::event_json_schema()" "format": "uint64", "minimum": 0.0 }, + "locale": { + "description": " ISO 639-1 code of the locale the device is set to.", + "default": null, + "type": [ + "string", + "null" + ] + }, "low_memory": { "description": " Whether the device was low on memory.", "default": null,