We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f7093 commit e611c85Copy full SHA for e611c85
src/QAToolKit.Engine.Bombardier/BombardierTestsGenerator.cs
@@ -85,7 +85,7 @@ private BombardierTest GenerateScript(string bombardierFullPath, HttpRequest req
85
Url = new Uri(HttpUrlHelper.GenerateUrlParameters(request, _bombardierGeneratorOptions), UriKind.Absolute),
86
Method = request.Method,
87
Command = scriptBuilder.ToString(),
88
- OperationId = request.OperationId ?? null
+ OperationId = request.OperationId
89
};
90
}
91
0 commit comments