This commit is contained in:
Jedd Morgan
2026-03-24 10:24:43 +00:00
parent 2b61ab7d2e
commit c517dead03
@@ -21,7 +21,7 @@ public class WorkspaceResourceTests
return testUser;
}
[Fact]
[Fact, Trait("Server", "Internal")]
public async Task TestGetWorkspace()
{
var ex = await Assert.ThrowsAsync<AggregateException>(async () => _ = await Sut.Get("non-existent-id"));