We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eea31d commit fa20a42Copy full SHA for fa20a42
1 file changed
tests/usethis/_integrations/ci/bitbucket/test_pipeweld.py
@@ -766,8 +766,10 @@ def test_import_pipeline_raises(self):
766
pipelines=schema.Pipelines(
767
default=schema.Pipeline(
768
schema.ImportPipeline(
769
- # import is a keyword so we need to use a dict
770
- **{"import": "shared-pipeline:master:share-pipeline-1"}
+ schema.ImportInlinePipeline(
+ # import is a keyword so we need to use a dict
771
+ **{"import": "shared-pipeline:master:share-pipeline-1"}
772
+ )
773
)
774
),
775
0 commit comments