Merge remote-tracking branch 'origin/feat/tests-http-endpoint' into feat/tests-http-endpoint

This commit is contained in:
lucas.hipolito 2025-12-03 11:48:56 +01:00
commit 3ddd6bb1cf

View file

@ -66,6 +66,7 @@ public class HttpEndpointTests
Assert.Equal(exposeOutcomes, endpoint.ExposeInvalidFileMimeTypeOutcome);
}
// TODO: Once `HttpEndpoint` is updated to produce a fault, update this test accordingly.
[Fact]
public async Task Should_Create_Bookmark_When_No_Http_Context()
{