Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marqueewinq committed Sep 20, 2023
1 parent c6970ff commit 1c0de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_sqlite_extractor(load_all_data):
def test_oracle_extractor(open_catalog_connection):
catalog, conf = open_catalog_connection
with catalog.managed_session:
source = add_oracle_source(
source = catalog.add_source(
catalog=catalog,
name="oracle_db",
uri="db_uri",
Expand Down

0 comments on commit 1c0de0c

Please sign in to comment.