Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(jans-auth-server): fix TokenExchangeServiceTest (native sso) #2829

Closed
yuriyz opened this issue Nov 1, 2022 · 0 comments · Fixed by #2830
Closed

test(jans-auth-server): fix TokenExchangeServiceTest (native sso) #2829

yuriyz opened this issue Nov 1, 2022 · 0 comments · Fixed by #2830
Assignees
Labels
area-CI Issue or changes required in automatic builds or CI infrastructure comp-jans-auth-server Component affected by issue or PR
Milestone

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Nov 1, 2022

Describe the bug

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jetty/.jenkins/workspace/jans-auth-server/jans-auth-server/server/src/test/java/io/jans/as/server/token/ws/rs/TokenExchangeServiceTest.java:[19,0] error: cannot find symbol
[ERROR]  class TestUtil
/home/jetty/.jenkins/workspace/jans-auth-server/jans-auth-server/server/src/test/java/io/jans/as/server/token/ws/rs/TokenExchangeServiceTest.java:[20,0] error: cannot find symbol
[ERROR]  class TestUtil
/home/jetty/.jenkins/workspace/jans-auth-server/jans-auth-server/server/src/test/java/io/jans/as/server/token/ws/rs/TokenExchangeServiceTest.java:[59,8] error: cannot find symbol
[ERROR]  class TokenExchangeServiceTest
/home/jetty/.jenkins/workspace/jans-auth-server/jans-auth-server/server/src/test/java/io/jans/as/server/token/ws/rs/TokenExchangeServiceTest.java:[71,8] error: cannot find symbol
[ERROR]  class TokenExchangeServiceTest
/home/jetty/.jenkins/workspace/jans-auth-server/jans-auth-server/server/src/test/java/io/jans/as/server/token/ws/rs/TokenExchangeServiceTest.java:[83,8] error: cannot find symbol
[ERROR]  class TokenExchangeServiceTest

To Reproduce
Run build.

Expected behavior
Test must pass.

@yuriyz yuriyz added the comp-jans-auth-server Component affected by issue or PR label Nov 1, 2022
@yuriyz yuriyz self-assigned this Nov 1, 2022
@mo-auto mo-auto added the area-CI Issue or changes required in automatic builds or CI infrastructure label Nov 1, 2022
@yuriyz yuriyz added this to the 1.0.4 milestone Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CI Issue or changes required in automatic builds or CI infrastructure comp-jans-auth-server Component affected by issue or PR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants