Skip to content

Commit

Permalink
Applied fix to DefaultConnectorDescriptionProviderTest that was done in
Browse files Browse the repository at this point in the history
#3342 but not ported to release-1.x branches

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Oct 27, 2022
1 parent 7f444ac commit 7b9a415
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*******************************************************************************/
package org.eclipse.kapua.broker.core.plugin;

import org.eclipse.kapua.broker.core.setting.BrokerSetting;
import org.eclipse.kapua.qa.markers.junit.JUnitTests;
import org.hamcrest.core.IsInstanceOf;
import org.junit.Assert;
Expand All @@ -31,6 +32,7 @@ public class DefaultConnectorDescriptionProviderTest extends Assert {

@Before
public void initialize() {
BrokerSetting.resetInstance();
connectorName = new String[]{null, "", "connector name", "name1234567890", "connector!@#$%^&*()_<>/"};
}

Expand Down

0 comments on commit 7b9a415

Please sign in to comment.