Skip to content

Commit fa20a42

Browse files
Fix inline configuration test
1 parent 3eea31d commit fa20a42

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/usethis/_integrations/ci/bitbucket/test_pipeweld.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,10 @@ def test_import_pipeline_raises(self):
766766
pipelines=schema.Pipelines(
767767
default=schema.Pipeline(
768768
schema.ImportPipeline(
769-
# import is a keyword so we need to use a dict
770-
**{"import": "shared-pipeline:master:share-pipeline-1"}
769+
schema.ImportInlinePipeline(
770+
# import is a keyword so we need to use a dict
771+
**{"import": "shared-pipeline:master:share-pipeline-1"}
772+
)
771773
)
772774
),
773775
),

0 commit comments

Comments
 (0)