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 688c43a commit 032a1d2Copy full SHA for 032a1d2
packages/rulesets/src/spectral/test/lro-azure-async-operation-header.test.ts
@@ -8,7 +8,7 @@ beforeAll(async () => {
8
return linter
9
})
10
11
-const ERROR_MESSAGE = "Azure-AsyncOperation header must be supported for all async operations that return 202."
+const ERROR_MESSAGE = "Azure-AsyncOperation header must be supported for all async long-running operations."
12
13
test("LroAzureAsyncOperationHeader should find no errors", () => {
14
const myOpenApiDocument = {
0 commit comments