load the cert file

This commit is contained in:
Paul Schneider 2026-02-21 20:51:35 +00:00
commit 2f645b7f0f
3 changed files with 26 additions and 26 deletions

View file

@ -0,0 +1,16 @@
using isnd.tests;
using Xunit.Abstractions;
namespace yavscTests.Mandatory;
[Collection("Yavsc Server")]
[Trait("regression", "oui")]
public class Services : BaseTestContext, IClassFixture<WebServerFixture>
{
public Services(ITestOutputHelper output, WebServerFixture fixture) : base(output, fixture)
{
}
}

View file

@ -31,4 +31,4 @@
<ItemGroup>
<Using Include="Xunit" />
</ItemGroup>
</Project>
</Project>