Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed May 16, 2024
1 parent 28c0997 commit b3b546f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class SentryTelemetryServiceTest {
val infoOutput = project.providers.of(SentryCliInfoValueSource::class.java) { cliVS ->
cliVS.parameters.buildDirectory.set(project.buildDir)
cliVS.parameters.cliExecutable.set(cliPath.absolutePath)
// notice the absence of the auth token
// cliVS.parameters.authToken.set("")
// sets an empty/invalid auth token
cliVS.parameters.authToken.set("")
}.get()

assertEquals("", infoOutput)
Expand Down

0 comments on commit b3b546f

Please sign in to comment.