Fixed typo
This commit is contained in:
@@ -45,11 +45,11 @@ import ru.yandex.qatools.allure.annotations.Stories;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Test Amqp controller authentfication.
|
* Test Amqp controller authentication.
|
||||||
*/
|
*/
|
||||||
@Features("Component Tests - Device Management Federation API")
|
@Features("Component Tests - Device Management Federation API")
|
||||||
@Stories("AmqpController Authentfication Test")
|
@Stories("AmqpController Authentication Test")
|
||||||
public class AmqpControllerAuthentficationTest {
|
public class AmqpControllerAuthenticationTest {
|
||||||
|
|
||||||
private static final String TENANT = "DEFAULT";
|
private static final String TENANT = "DEFAULT";
|
||||||
private static String CONTROLLLER_ID = "123";
|
private static String CONTROLLLER_ID = "123";
|
||||||
Reference in New Issue
Block a user