Skip to content

Commit

Permalink
Test logical and in bean profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaun committed Oct 9, 2024
1 parent 4ceddba commit 81a810a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public GoogleCredentials getFakeGoogleCredentialsAzure() {
}

@Bean
@Profile("!unit-test")
@Profile("!unit-test & !azure")
public GoogleCredentials getGoogleCredentials() {
try {
GoogleCredentials googleCredentials = GoogleCredentials.getApplicationDefault();
Expand Down

0 comments on commit 81a810a

Please sign in to comment.