Skip to content

Commit bc7ea99

Browse files
committed
Update fixture
1 parent 0147911 commit bc7ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/splitgraph/ingestion/test_airbyte.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _source(local_engine_empty, table_params=None, extra_params=None, extra_cred
8888
"friendly": {"type": "boolean"},
8989
"binary_data": {"type": "string", "contentEncoding": "base64"},
9090
"name": {"type": "string"},
91-
"mushroom_id": {"type": "number"},
91+
"mushroom_id": {"type": "number", "airbyte_type": "integer"},
9292
"varbinary_data": {"type": "string", "contentEncoding": "base64"},
9393
},
9494
},

0 commit comments

Comments
 (0)