Use a compatible environment in pull request settings test

This commit is contained in:
Scott Werner 2026-09-02 17:24:22 -04:00
parent 18cb752b61
commit cd20e453ec

View file

@ -1560,7 +1560,7 @@ draft = false
let workflow_owned = context
.create_cmd()
.current_dir(project.path())
.args(["--environment", "local", workflow.to_str().unwrap()])
.args(["--environment", "default", workflow.to_str().unwrap()])
.assert()
.success();
let workflow_owned_id = created_run_id(workflow_owned.get_output());