Skip to content

Commit

Permalink
test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteMango committed Feb 28, 2025
1 parent 49d7aac commit 6e6ec4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-ingestion/tests/unit/test_superset_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def test_superset_build_owners_info(requests_mock):
)

source = SupersetSource(
ctx=PipelineContext(run_id="superset-source-test"), config=SupersetConfig()
ctx=PipelineContext(run_id="superset-source-owner-info-test"),
config=SupersetConfig(),
)
assert source.owner_info == {
1: "test_user1@example.com",
Expand Down

0 comments on commit 6e6ec4f

Please sign in to comment.