Skip to content

Commit

Permalink
Merge pull request #37955 from owncloud/fixup-test-suite-names
Browse files Browse the repository at this point in the history
[Tests-Only] Fixup API sharing test suite names
  • Loading branch information
phil-davis authored Sep 28, 2020
2 parents c76cec3 + e1432ad commit ce56429
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ config = {
},
'apiNotifications': {
'suites': [
'apiSharingNotificationsRoot',
'apiSharingNotificationsShares',
'apiSharingNotificationsToRoot',
'apiSharingNotificationsToShares',
],
'extraApps': {
'notifications': 'composer install'
Expand Down
8 changes: 4 additions & 4 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,18 +384,18 @@ default:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiSharingNotificationsRoot:
apiSharingNotificationsToRoot:
paths:
- '%paths.base%/../features/apiSharingNotificationsRoot'
- '%paths.base%/../features/apiSharingNotificationsToRoot'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
- NotificationsCoreContext:
- AppConfigurationContext:

apiSharingNotificationsShares:
apiSharingNotificationsToShares:
paths:
- '%paths.base%/../features/apiSharingNotificationsShares'
- '%paths.base%/../features/apiSharingNotificationsToShares'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
Expand Down

0 comments on commit ce56429

Please sign in to comment.