Skip to content

Commit 1438db2

Browse files
author
Bart Koelman
committed
Cleanup
1 parent 89da7e3 commit 1438db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/JsonApiDotNetCoreExampleTests/IntegrationTests/IdObfuscation/IdObfuscationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ public async Task Cannot_delete_missing_resource()
470470
error.StatusCode.Should().Be(HttpStatusCode.NotFound);
471471
error.Title.Should().Be("The requested resource does not exist.");
472472
error.Detail.Should().Be($"Resource of type 'bankAccounts' with ID '{stringId}' does not exist.");
473-
error.Source.Parameter.Should().BeNull();
474473
}
475474
}
476475
}

0 commit comments

Comments
 (0)