Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Mar 12, 2024
1 parent cae7961 commit 81541d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public static async Task<EmulatorContext> StartAsync(ITestOutputHelper testOutpu
{
var path = Path.GetTempFileName();
await File.WriteAllTextAsync(path, configuration);

// For debug purposes only
testOutputHelper.WriteLine("Write configuration file at: " + path);
testOutputHelper.WriteLine("Write configuration content: " + await File.ReadAllTextAsync(path));

var container = new ContainerBuilder()
.WithImage("workleap/eventgridemulator:0.2.0")
Expand Down

0 comments on commit 81541d7

Please sign in to comment.