Skip to content

Commit 3b2fc83

Browse files
committed
Fix to test
1 parent c1f53a2 commit 3b2fc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DevOpsMetrics.Tests/Service/DORASummaryControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public async Task DORASummaryControllerUpdateIntegrationTest()
3333
string organization = "DeveloperMetrics";
3434
string repository = "DevOpsMetrics";
3535
string branch = "main";
36-
string workflowName = "1162561";
36+
string workflowName = "CI/CD";
3737
string workflowId = "1162561";
3838
string resourceGroup = "DevOpsMetrics";
3939
int numberOfDays = 30;

0 commit comments

Comments
 (0)