We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cffd4 commit 5cbde35Copy full SHA for 5cbde35
1 file changed
tests/catalog/test_rest.py
@@ -1101,6 +1101,9 @@ def test_create_staged_table_200(
1101
example_table_metadata_with_no_location: dict[str, Any],
1102
example_table_metadata_no_snapshot_v1_rest_json: dict[str, Any],
1103
) -> None:
1104
+ expected_table_uuid = example_table_metadata_with_no_location["metadata"]["table-uuid"]
1105
+ example_table_metadata_no_snapshot_v1_rest_json["metadata"]["table-uuid"] = expected_table_uuid
1106
+
1107
rest_mock.post(
1108
f"{TEST_URI}v1/namespaces/fokko/tables",
1109
json=example_table_metadata_with_no_location,
0 commit comments