diff --git a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache index 5abb42f8f..2892ee4cb 100644 --- a/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache +++ b/validator/src/main/resources/expected-data-template/dotnet/eks/aws-sdk-call-log.mustache @@ -9,7 +9,7 @@ "K8s.Workload": "^dotnet-app-deployment-{{testingId}}$", "PlatformType": "^AWS::EKS$", "Service": "^{{serviceName}}$", - "Operation": "GET /aws-sdk-call", + "Operation": "GET aws-sdk-call", "Version": "^1$", "Telemetry.Source": "^LocalRootSpan$", "Host": "^ip(-[0-9]{1,3}){4}.*$" @@ -25,7 +25,7 @@ "K8s.Workload": "^dotnet-app-deployment-{{testingId}}$", "PlatformType": "^AWS::EKS$", "Service": "^{{serviceName}}$", - "Operation": "GET aws-sdk-call", + "Operation": "GET /aws-sdk-call", "Version": "^1$", "RemoteService": "AWS::S3", "RemoteOperation": "GetBucketLocation",