Update test/unit/Elsa.Activities.UnitTests/Http/HttpEndpointTests.cs

Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
This commit is contained in:
lukhipolito-nexxbiz 2025-12-03 11:38:29 +01:00 committed by GitHub
parent c4f1fcdef4
commit 1fe6e0e420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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()
{