We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89da7e3 commit 1438db2Copy full SHA for 1438db2
test/JsonApiDotNetCoreExampleTests/IntegrationTests/IdObfuscation/IdObfuscationTests.cs
@@ -470,7 +470,6 @@ public async Task Cannot_delete_missing_resource()
470
error.StatusCode.Should().Be(HttpStatusCode.NotFound);
471
error.Title.Should().Be("The requested resource does not exist.");
472
error.Detail.Should().Be($"Resource of type 'bankAccounts' with ID '{stringId}' does not exist.");
473
- error.Source.Parameter.Should().BeNull();
474
}
475
476
0 commit comments