Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva authored and dependabot[bot] committed Apr 12, 2023
1 parent ae03143 commit c4f370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meltano/core/plugin/singer/test_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ async def test_run_discovery(
catalog_path = invoker.files["catalog"]

await subject.run_discovery(invoker, catalog_path)
invoke_async.called_with(["--discover"])
invoke_async.assert_called_with(["--discover"])

with catalog_path.open("r") as catalog_file:
resp = json.load(catalog_file)
Expand Down

0 comments on commit c4f370e

Please sign in to comment.