mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
Use a compatible environment in pull request settings test
This commit is contained in:
parent
18cb752b61
commit
cd20e453ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue