Skip to content

Commit

Permalink
Merge pull request #1701 from CDCgov/fix-azure-load-test
Browse files Browse the repository at this point in the history
Load Testing Doesn't Like Spaces
  • Loading branch information
halprin authored Jan 14, 2025
2 parents e988b4e + c7c89a1 commit 920b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
--resource-group "csels-rsti-internal-moderate-rg" \
--load-test-resource "load-testing-internal" \
--test-id "47a5e722-d63b-4ec9-8b05-17372866f00a" \
--test-run-id "run_"`date +"%Y%m%d%_H%M%S"` \
--test-run-id "run_"`date +"%Y%m%d_%H%M%S"` \
--description "Run by Github Action"

0 comments on commit 920b2a6

Please sign in to comment.