Skip to content

Commit

Permalink
Update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
onpaws committed Jul 28, 2022
1 parent 0147911 commit bc7ea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/splitgraph/ingestion/test_airbyte.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _source(local_engine_empty, table_params=None, extra_params=None, extra_cred
"friendly": {"type": "boolean"},
"binary_data": {"type": "string", "contentEncoding": "base64"},
"name": {"type": "string"},
"mushroom_id": {"type": "number"},
"mushroom_id": {"type": "number", "airbyte_type": "integer"},
"varbinary_data": {"type": "string", "contentEncoding": "base64"},
},
},
Expand Down

0 comments on commit bc7ea99

Please sign in to comment.