Mentions légales du service

Skip to content
Snippets Groups Projects

Feature/iuainfra 31

Merged Wylem Bars requested to merge feature/IUAINFRA-31 into develop
13 unresolved threads
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -10,10 +10,10 @@ class DummyAuthzServerSoapuiTest {
private static final String SUBJECT = "aamrein";
private static final String AUDIENCE = "audience";
private String resourcesFile = new File("src/test/resources/audience.properties").getAbsolutePath();
private String resourcesFile = new File("src/test/resources/audience.properties").getPath();
/**
* get access token with a Audience path defined
* get access token with an Audience path defined
*/
@Test
public void getAccessTokenWithPathAudienceTest() {
@@ -22,7 +22,7 @@ class DummyAuthzServerSoapuiTest {
}
/**
* get access token without a Audience path defined (we keep the default Audience path in this case)
* get access token without an Audience path defined (we keep the default Audience path in this case)
*/
@Test
public void getAccessTokenWithoutPathAudienceTest() {
@@ -35,7 +35,7 @@ class DummyAuthzServerSoapuiTest {
}
/**
* get access token with a invalid audience path provide
* get access token with an invalid audience path provide
*/
@Test
public void getAccessTokenWithBadPathAudienceTest() {
Loading