diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-13 16:05:01 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-13 16:14:03 +0100 |
| commit | 93ae7e0a1ca84fd2df902b7c8d94cdedb671bed6 (patch) | |
| tree | 8ae3814b089d36dee1ed8af08315db3f8b11b0b0 /dashboard/app/util_test.go | |
| parent | 5c39b01abfb2d0de51e9c995ab8071abd344ae3c (diff) | |
dashboard: move all cron endpoints to cron/
This lets us keep only one access rule and reliefs from the need to keep
handlers and app.yaml in sync for cron jobs that'll be added in the
future.
Diffstat (limited to 'dashboard/app/util_test.go')
| -rw-r--r-- | dashboard/app/util_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/util_test.go b/dashboard/app/util_test.go index a0fce8d16..e82d549cb 100644 --- a/dashboard/app/util_test.go +++ b/dashboard/app/util_test.go @@ -364,7 +364,7 @@ func (c *Ctx) expectNoEmail() { } func (c *Ctx) updRetestReproJobs() { - _, err := c.GET("/retest_repros") + _, err := c.GET("/cron/retest_repros") c.expectOK(err) } |
