Skip to content

Commit 59319f5

Browse files
authored
small readme tweaks and code cleanup
1 parent 35ebc9e commit 59319f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ The same swagger.json excerpt which support test type tags might look like this:
9898
If you feed the list of `HttpRequest` objects with load type tags to the library like `QAToolKit.Engine.Bombardier`, only those requests will be tested.
9999

100100
##### 2.3 EndpointNameWhitelist
101-
Final `RequestFilter` option is `EndpointNameWhitelist`. With it you can specify a list of endpoints that will be included in the results.
101+
Final `RequestFilter` option is `EndpointNameWhitelist`. You can specify a list of endpoints that will be included in the results.
102102

103-
Every other endpoint will be excluded. In the sample above we have set the result to include only `GetCategories` endpoint.
103+
Every other endpoint will be excluded from the results. In the sample above we have set the result to include only `GetCategories` endpoint.
104104
That corresponds to the `operationId` in the swagger file above.
105105

106106
#### 3. AddBaseUrl

src/QAToolKit.Source.Swagger/SwaggerProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using QAToolKit.Source.Swagger.Exceptions;
66
using System;
77
using System.Collections.Generic;
8-
using System.Data;
98
using System.IO;
109
using System.Linq;
1110
using System.Net;

0 commit comments

Comments
 (0)