Skip to content

Commit 4864f59

Browse files
committed
print client id and client secret on test commencement
1 parent f3df77d commit 4864f59

File tree

1 file changed

+2
-0
lines changed
  • src/commonTest/kotlin/com.adamratzman/spotify

1 file changed

+2
-0
lines changed

src/commonTest/kotlin/com.adamratzman/spotify/Common.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ package com.adamratzman.spotify
33

44
val api = when {
55
getEnvironmentVariable("spotifyRedirectUri")?.isNotBlank() != true -> {
6+
println("CLIENT ID: ${getEnvironmentVariable("clientId")}")
7+
println("CLIENT SECRET: ${getEnvironmentVariable("clientSecret")}")
68
spotifyAppApi {
79
credentials {
810
clientId = getEnvironmentVariable("clientId")

0 commit comments

Comments
 (0)