[tests] GetFallbackServiceName support R# tests runner (#4355)

This commit is contained in:
Piotr Kiełkowicz 2025-07-31 10:02:46 +02:00 committed by GitHub
parent 802963fd78
commit 6bc6c388b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ServiceNameConfiguratorTests
var resource = resourceBuilder.Build();
var serviceName = resource.Attributes.FirstOrDefault(a => a.Key == ServiceName).Value as string;
Assert.Equal("testhost", serviceName);
Assert.Matches("testhost|ReSharperTestRunner", serviceName);
}
[Fact]