Skip to content

Commit 703ffbf

Browse files
committed
chore: u
1 parent a7ab776 commit 703ffbf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
tags:
88
- "*"
99
pull_request:
10+
schedule:
11+
- cron: "0 0 * * *"
1012

1113
jobs:
1214
test:

cmd/cloudx/project/update_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)