Skip to content

Commit a411110

Browse files
authored
test: Move ServiceAccountImpersonatingCredentialFactoryTest to integration tests. (#2053)
This actually instantiates real Google Cloud credentials using the API.
1 parent b3c6923 commit a411110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/com/google/cloud/sql/core/ServiceAccountImpersonatingCredentialFactoryTest.java renamed to core/src/test/java/com/google/cloud/sql/core/ServiceAccountImpersonatingCredentialFactoryIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.Collections;
2929
import org.junit.Test;
3030

31-
public class ServiceAccountImpersonatingCredentialFactoryTest {
31+
public class ServiceAccountImpersonatingCredentialFactoryIntegrationTests {
3232

3333
@Test
3434
public void testImpersonatedCredentialsWithMultipleAccounts() {

0 commit comments

Comments
 (0)