Skip to content

Commit 7ef23c5

Browse files
ANcpLuaclaude
andcommitted
fix: AL0084 test used reserved domain example.com which analyzer correctly excludes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 835e34c commit 7ef23c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ANcpLua.Analyzers.Tests/AL0084MissingServiceDiscoveryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void M(System.Net.Http.HttpClient client) {
4646
""");
4747

4848
[Theory]
49-
[InlineData("http://api.example.com")]
49+
[InlineData("http://api.mycompany.com")]
5050
[InlineData("https://service.internal.company.com")]
5151
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design", "CA1054:URI-like parameters should not be strings")]
5252
public Task ShouldReport_HardcodedDomainUrls(string urlString) =>

0 commit comments

Comments
 (0)