Browse Source

Fixed comment in OAuth2EdgeTest

pull/10239/head
Volodymyr Babak 2 years ago
committed by GitHub
parent
commit
8b60deece6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      application/src/test/java/org/thingsboard/server/edge/OAuth2EdgeTest.java

2
application/src/test/java/org/thingsboard/server/edge/OAuth2EdgeTest.java

@ -42,7 +42,7 @@ public class OAuth2EdgeTest extends AbstractEdgeTest {
public void testOAuth2Support() throws Exception {
loginSysAdmin();
// enable oauth, verify nothing sent to edge
// enable oauth
edgeImitator.allowIgnoredTypes();
edgeImitator.expectMessageAmount(1);
OAuth2Info oAuth2Info = createDefaultOAuth2Info();

Loading…
Cancel
Save