Skip to content

Commit

Permalink
change names to latest to not have errors on old builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Dec 10, 2024
1 parent 704d5ce commit ca6e3d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import org.junit.jupiter.api.Test;

@Tag(TestTags.AUTHENTICATION)
class ExternalBrowserIT {
class ExternalBrowserLatestIT {

String login = AuthConnectionParameters.SSO_USER;
String password = AuthConnectionParameters.SSO_PASSWORD;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@Tag(TestTags.AUTHENTICATION)
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
class IdTokenIT {
class IdTokenLatestIT {

String login = AuthConnectionParameters.SSO_USER;
String password = AuthConnectionParameters.SSO_PASSWORD;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.junit.jupiter.api.Test;

@Tag(TestTags.AUTHENTICATION)
public class OauthIT {
public class OauthLatestIT {

AuthTest authTest;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import org.junit.jupiter.api.Test;

@Tag(TestTags.AUTHENTICATION)
class OktaAuthIT {
class OktaAuthLatestIT {

AuthTest authTest;

Expand Down

0 comments on commit ca6e3d6

Please sign in to comment.