From c4f33727b8db6b934d14a3a0dfb6f4ce4174a406 Mon Sep 17 00:00:00 2001 From: Aleksandar Petrov <8142643+aleks-p@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:05:52 -0400 Subject: [PATCH] Add generated file --- .../testdata/public_testdata.golden.jsonc | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkg/services/store/testdata/public_testdata.golden.jsonc b/pkg/services/store/testdata/public_testdata.golden.jsonc index bb87315815c..3b74adf4643 100644 --- a/pkg/services/store/testdata/public_testdata.golden.jsonc +++ b/pkg/services/store/testdata/public_testdata.golden.jsonc @@ -12,14 +12,14 @@ // } // Name: // Dimensions: 3 Fields by 2 Rows -// +--------------------+----------------------+---------------+ -// | Name: name | Name: mediaType | Name: size | -// | Labels: | Labels: | Labels: | -// | Type: []string | Type: []string | Type: []int64 | -// +--------------------+----------------------+---------------+ -// | countries.geojson | application/geo+json | 255943 | -// | usa-states.geojson | application/geo+json | 89263 | -// +--------------------+----------------------+---------------+ +// +--------------------+--------------------------+---------------+ +// | Name: name | Name: mediaType | Name: size | +// | Labels: | Labels: | Labels: | +// | Type: []string | Type: []string | Type: []int64 | +// +--------------------+--------------------------+---------------+ +// | countries.geojson | application/octet-stream | 255943 | +// | usa-states.geojson | application/octet-stream | 89263 | +// +--------------------+--------------------------+---------------+ // // // 🌟 This was machine generated. Do not edit. 🌟 @@ -72,8 +72,8 @@ "usa-states.geojson" ], [ - "application/geo+json", - "application/geo+json" + "application/octet-stream", + "application/octet-stream" ], [ 255943,