Skip to content

Commit b078e1a

Browse files
Merge pull request #11154 from owncloud/arrange-notification-related-tests
2 parents 9b65d47 + 7d1d05f commit b078e1a

File tree

4 files changed

+340
-831
lines changed

4 files changed

+340
-831
lines changed

docs/ocis/development/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To run the tests that require an email server (tests tagged with `@email`), you
7575
```bash
7676
START_EMAIL=true \
7777
OCIS_ADD_RUN_SERVICES=notifications \
78-
BEHAT_FEATURE='tests/acceptance/features/apiNotification/emailNotification.feature' \
78+
BEHAT_FEATURE='tests/acceptance/features/apiNotification/notification.feature' \
7979
make -C tests/acceptance/docker test-ocis-feature-ocis-storage
8080
```
8181

@@ -373,7 +373,7 @@ Run the acceptance test with the following command:
373373
TEST_SERVER_URL="https://localhost:9200" \
374374
EMAIL_HOST="localhost" \
375375
EMAIL_PORT=8025 \
376-
BEHAT_FEATURE="tests/acceptance/features/apiNotification/emailNotification.feature" \
376+
BEHAT_FEATURE="tests/acceptance/features/apiNotification/notification.feature" \
377377
make test-acceptance-api
378378
```
379379

tests/acceptance/features/apiNotification/emailNotification.feature

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)