summaryrefslogtreecommitdiff
path: root/internal/suites/suite_short_timeouts.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/suites/suite_short_timeouts.go')
-rw-r--r--internal/suites/suite_short_timeouts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/suites/suite_short_timeouts.go b/internal/suites/suite_short_timeouts.go
index 228692535..36cbaf1b6 100644
--- a/internal/suites/suite_short_timeouts.go
+++ b/internal/suites/suite_short_timeouts.go
@@ -23,7 +23,7 @@ func init() {
return err
}
- return waitUntilAutheliaBackendIsReady(dockerEnvironment)
+ return waitUntilAutheliaIsReady(dockerEnvironment)
}
onSetupTimeout := func() error {