Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed May 23, 2024
1 parent 532d61c commit ea990a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/resources/logger-example/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import besom.*
@main def run = Pulumi.run {
Stack(
log.warn("Nothing here yet. It's waiting for you!"),
p"Interpolated ${Output("value")}".flatMap(log.info(_)),
log.trace("should not show up in pulumi output")
p"Interpolated ${Output("value")}".flatMap(log.info(_))
)
}

0 comments on commit ea990a7

Please sign in to comment.