Skip to content

Commit

Permalink
Add output helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ohalay committed Jun 17, 2023
1 parent bc79881 commit c52b817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Serverless.Lambda.Test/LambdaHandlerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public async Task HandleShoudPutDocToS3Test()
var client = new AmazonS3Client(new AmazonS3Config { ServiceURL = fixture.Container.GetConnectionString() });

var sut = new LambdaHandler(collection => collection
.AddLogging(b => b.AddXUnit())
.AddLogging(b => b.AddXUnit(outputHelper))
.AddSingleton<IAmazonS3>(client)
.PostConfigure<Config>(c => c.BucketName = LocalStackFixture.BUCKETNAME));

Expand Down

0 comments on commit c52b817

Please sign in to comment.