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 36579a1 commit 382925eCopy full SHA for 382925e
internal/verification/token_test.go
@@ -284,7 +284,7 @@ func TestTokenDNSSafety(t *testing.T) {
284
285
// Test full DNS record format
286
dnsRecord := "mcp-verify=" + token
287
- maxDNSRecordLength := 255
+ MaxDNSRecordLength := 255
288
if len(dnsRecord) > MaxDNSRecordLength {
289
t.Errorf("DNS record too long (%d chars): %s", len(dnsRecord), dnsRecord)
290
}
0 commit comments