Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Dec 4, 2024
1 parent 95a9118 commit 7cd7364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/SamplesIntegrationTests/AppHostTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ public static TheoryData<TestEndpoints> TestEndpoints() =>
{ "webfrontend", ["/alive", "/health", "/", "/weather"] },
{ "healthchecksui", ["/"] }
}),
new TestEndpoints("MetricsApp.AppHost", new() {
{ "app", ["/alive", "/health", "/swagger"] },
{ "grafana", ["/"] }
}),
new TestEndpoints("OrleansVoting.AppHost", new() {
{ "voting-fe", ["/alive", "/health", "/", "/api/votes"] }
}),
Expand All @@ -173,6 +169,10 @@ public static TheoryData<TestEndpoints> TestEndpoints() =>
new TestEndpoints("ImageGallery.AppHost", new() {
{ "frontend", ["/alive", "/health", "/"] }
}),
new TestEndpoints("MetricsApp.AppHost", new() {
{ "app", ["/alive", "/health", "/swagger"] },
{ "grafana", ["/"] }
}),
#endif
]);

Expand Down

0 comments on commit 7cd7364

Please sign in to comment.