Skip to content

Commit 5cbde35

Browse files
committed
fix test with incorrect behavior
1 parent a4cffd4 commit 5cbde35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/catalog/test_rest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,9 @@ def test_create_staged_table_200(
11011101
example_table_metadata_with_no_location: dict[str, Any],
11021102
example_table_metadata_no_snapshot_v1_rest_json: dict[str, Any],
11031103
) -> 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+
11041107
rest_mock.post(
11051108
f"{TEST_URI}v1/namespaces/fokko/tables",
11061109
json=example_table_metadata_with_no_location,

0 commit comments

Comments
 (0)