Fixed typo

This commit is contained in:
Kai Zimmermann
2016-02-23 22:12:29 +01:00
parent 204fe1fd18
commit ecdf38b4f9

View File

@@ -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";