test: review owner activation authorization surface

This commit is contained in:
2026-08-03 09:18:11 +08:00
parent 134e96dc69
commit a9a8f0ab9f

View File

@@ -14,8 +14,10 @@ namespace Tiku.IntegrationTests.Api;
public sealed class AuthorizationManifestTests
{
private const int ExpectedActionCount = 444;
private const string ExpectedSha256 = "614535eb777886e4ba124563a385ffc221c03356d0f966ab2ef6efa58e16d5a8";
// Reviewed additions: browser Owner activation completion, primary-domain replacement,
// and platform-issued Owner activation links.
private const int ExpectedActionCount = 447;
private const string ExpectedSha256 = "2ede51a0ea15b90a416ffc4e431604e44cb258e889fe0687707f917b493edcfb";
[Fact]
public void Controller_authorization_surface_matches_reviewed_manifest()