Volodymyr Babak
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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(); |
|
|
|
|