]> source.dussan.org Git - nextcloud-server.git/commitdiff
Ensure the testing app is enabled
authorJoas Schilling <coding@schilljs.com>
Fri, 27 Oct 2023 05:57:07 +0000 (07:57 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 26 Jan 2024 12:53:31 +0000 (13:53 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
build/integration/features/ratelimiting.feature

index bd8b2e30a73e15e83fa89de7cfd7387c9b44b2fe..8f23c073e69029bbeb144f6ccb1bc6927ef682a8 100644 (file)
@@ -1,9 +1,9 @@
 Feature: ratelimiting
-  
+
   Background:
     Given user "user0" exists
     Given As an "admin"
-    Given app "testing" is enabled
+    Given invoking occ with "app:enable --force testing"
 
   Scenario: Accessing a page with only an AnonRateThrottle as user
     Given user "user0" exists