diff --git a/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj b/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj
index dd33d2f22e..63966f6cad 100644
--- a/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj
+++ b/tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj
@@ -14,7 +14,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/tests/Agent/IntegrationTests/IntegrationTests/LLM/BedrockTests.cs b/tests/Agent/IntegrationTests/IntegrationTests/LLM/BedrockTests.cs
index f471f6bfd6..720e9033cf 100644
--- a/tests/Agent/IntegrationTests/IntegrationTests/LLM/BedrockTests.cs
+++ b/tests/Agent/IntegrationTests/IntegrationTests/LLM/BedrockTests.cs
@@ -22,7 +22,6 @@ public abstract class BedrockTestsBase : NewRelicIntegrationTest _bedrockModelsToTest = new List
{
"meta13",
- "ai21",
"amazonembed",
"amazonexpress",
"cohere",
@@ -113,7 +112,7 @@ public void BedrockTest()
{
var expectedMetrics = new List
{
- new Assertions.ExpectedMetric { metricName = @"Custom/Llm/completion/Bedrock/InvokeModelAsync", CallCountAllHarvests = 5 },
+ new Assertions.ExpectedMetric { metricName = @"Custom/Llm/completion/Bedrock/InvokeModelAsync", CallCountAllHarvests = _bedrockModelsToTest.Count - 1 },
new Assertions.ExpectedMetric { metricName = @"Custom/Llm/embedding/Bedrock/InvokeModelAsync", CallCountAllHarvests = 1 },
new Assertions.ExpectedMetric { metricName = @"Supportability/DotNet/ML/.*", IsRegexName = true}
};
diff --git a/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj b/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj
index 5526da8af0..4030e7399a 100644
--- a/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj
+++ b/tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj
@@ -5,8 +5,8 @@
-
-
+
+
@@ -29,8 +29,8 @@
-
-
+
+
@@ -76,7 +76,7 @@
-
+