Skip to content

Commit 132a946

Browse files
committed
Fix one more airbyte test
1 parent 437e4ba commit 132a946

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/splitgraph/ingestion/test_airbyte.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,13 +511,13 @@ def _assert_scd_data(repo):
511511
"_airbyte_active_row": 1,
512512
"_airbyte_emitted_at": mock.ANY,
513513
"_airbyte_end_at": None,
514-
"_airbyte_mushrooms_hashid": "e48f260f784baa48a5c4643ef36024af",
514+
"_airbyte_mushrooms_hashid": "882da3c55d7481c75a8f8919fc8441e1",
515515
"_airbyte_normalized_at": mock.ANY,
516516
"_airbyte_start_at": 1,
517517
"_airbyte_unique_key": "c4ca4238a0b923820dcc509a6f75849b",
518518
"_airbyte_unique_key_scd": mock.ANY,
519519
"binary_data": "YmludHN0AA==",
520-
"discovery": "2012-11-11T08:06:26Z",
520+
"discovery": "2012-11-11T08:06:26.000000Z",
521521
"friendly": True,
522522
"mushroom_id": 1,
523523
"name": "portobello",
@@ -528,13 +528,13 @@ def _assert_scd_data(repo):
528528
"_airbyte_active_row": 1,
529529
"_airbyte_emitted_at": mock.ANY,
530530
"_airbyte_end_at": None,
531-
"_airbyte_mushrooms_hashid": "5257322455a690592e14baeb4d24069c",
531+
"_airbyte_mushrooms_hashid": "7c835aeba7c53e3a13acb6f953820bb6",
532532
"_airbyte_normalized_at": mock.ANY,
533533
"_airbyte_start_at": 2,
534534
"_airbyte_unique_key": "c81e728d9d4c2f636f067f89cc14862c",
535535
"_airbyte_unique_key_scd": mock.ANY,
536536
"binary_data": "AAAxMjMAAA==",
537-
"discovery": "2018-03-17T08:06:26Z",
537+
"discovery": "2018-03-17T08:06:26.000000Z",
538538
"friendly": False,
539539
"mushroom_id": 2,
540540
"name": "deathcap",

0 commit comments

Comments
 (0)