Skip to content

Commit 032a1d2

Browse files
committed
build failure
1 parent 688c43a commit 032a1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rulesets/src/spectral/test/lro-azure-async-operation-header.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ beforeAll(async () => {
88
return linter
99
})
1010

11-
const ERROR_MESSAGE = "Azure-AsyncOperation header must be supported for all async operations that return 202."
11+
const ERROR_MESSAGE = "Azure-AsyncOperation header must be supported for all async long-running operations."
1212

1313
test("LroAzureAsyncOperationHeader should find no errors", () => {
1414
const myOpenApiDocument = {

0 commit comments

Comments
 (0)