Skip to content

Commit

Permalink
Update quality_monitor_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyijiang-db authored Nov 18, 2024
1 parent 4d8d1ae commit 35043de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/acceptance/quality_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ func TestUcAccUpdateQualityMonitor(t *testing.T) {
model_id_col = "model_id"
problem_type = "PROBLEM_TYPE_REGRESSION"
}
schedule {
quartz_cron_expression = "0 0 12 * * ?",
timezone_id = "PST"
}
}
`,
}, Step{
Expand All @@ -153,6 +157,10 @@ func TestUcAccUpdateQualityMonitor(t *testing.T) {
model_id_col = "model_id"
problem_type = "PROBLEM_TYPE_REGRESSION"
}
schedule {
quartz_cron_expression = "0 0 11 * * ?",
timezone_id = "PST"
}
}
`,
})
Expand Down

0 comments on commit 35043de

Please sign in to comment.