diff --git a/tests/github/test_github_source.py b/tests/github/test_github_source.py index 5533de201..e5e461332 100644 --- a/tests/github/test_github_source.py +++ b/tests/github/test_github_source.py @@ -13,6 +13,10 @@ ) +def test_always_true(): + assert True + + @pytest.mark.parametrize("destination_name", ALL_DESTINATIONS) def test_github_reactions(destination_name: str) -> None: pipeline = dlt.pipeline(