diff options
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) } |
