Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <[email protected]>
  • Loading branch information
lezzago committed Jun 29, 2022
1 parent fa79f23 commit b5c5570
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,21 @@
* SPDX-License-Identifier: Apache-2.0
*/

package org.opensearch.integtest.config
package org.opensearch.integtest

import org.junit.Assert
import org.junit.BeforeClass
import org.opensearch.commons.notifications.model.ConfigType
import org.opensearch.commons.notifications.model.NotificationConfig
import org.opensearch.commons.notifications.model.Slack
import org.opensearch.commons.rest.SecureRestClientBuilder
import org.opensearch.integtest.ALL_ACCESS_ROLE
import org.opensearch.integtest.NOTIFICATION_DELETE_CONFIG_ACCESS
import org.opensearch.integtest.NOTIFICATION_GET_CHANNEL_ACCESS
import org.opensearch.integtest.NOTIFICATION_GET_CONFIG_ACCESS
import org.opensearch.integtest.NOTIFICATION_GET_PLUGIN_FEATURE_ACCESS
import org.opensearch.integtest.NOTIFICATION_NO_ACCESS_ROLE
import org.opensearch.integtest.NOTIFICATION_TEST_SEND_ACCESS
import org.opensearch.integtest.NOTIFICATION_UPDATE_CONFIG_ACCESS
import org.opensearch.integtest.PluginRestTestCase
import org.opensearch.integtest.ROLE_TO_PERMISSION_MAPPING
import org.opensearch.notifications.NotificationPlugin
import org.opensearch.notifications.verifyChannelIdEquals
import org.opensearch.notifications.verifySingleConfigEquals
import org.opensearch.rest.RestRequest
import org.opensearch.rest.RestStatus

class SecurityNotificationConfigIT : PluginRestTestCase() {
class SecurityNotificationIT : PluginRestTestCase() {

companion object {
@BeforeClass
Expand Down

0 comments on commit b5c5570

Please sign in to comment.