File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 77 tags :
88 - " *"
99 pull_request :
10+ schedule :
11+ - cron : " 0 0 * * *"
1012
1113jobs :
1214 test :
Original file line number Diff line number Diff line change 88 - master
99
1010env :
11- ORY_PROJECT_ID : " 6c2ec103-0b67-4cfe-a975-8008ede7d2ff"
12- ORY_WORKSPACE_ID : " d4c796bf-6062-4cf0-87fc-5fcbf41743bb"
11+ # project & workspace are managed in Ory Cloud tech integration workspace.
12+ ORY_PROJECT_ID : " 3b188173-833c-4074-995c-9085a72c8112"
13+ ORY_WORKSPACE_ID : " f77d4982-46f1-42cd-8d02-8bccfa54f8f7"
1314 ORY_WORKSPACE_API_KEY : ${{ secrets.ORY_WORKSPACE_API_KEY }}
1415
1516jobs :
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ func TestUpdateProject(t *testing.T) {
4646 subcommand : "project" ,
4747 pathSuccess : "fixtures/update/json/config.json" ,
4848 pathFailure : "fixtures/update/fail/config.json" ,
49- failureContains : "minimum 1 items allowed " ,
49+ failureContains : "field `identities.default_schema_id` can not be empty " ,
5050 fixture : fixtureProject ,
5151 },
5252 {
5353 subcommand : "identity-config" ,
5454 projectFlag : "--project" ,
5555 pathSuccess : "fixtures/update-kratos/json/config.json" ,
5656 pathFailure : "fixtures/update-kratos/fail/config.json" ,
57- failureContains : "minimum 1 items allowed " ,
57+ failureContains : "field `identities.default_schema_id` can not be empty " ,
5858 fixture : fixtureKratosConfig ,
5959 },
6060 {
You can’t perform that action at this time.
0 commit comments