Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbi08 committed Feb 8, 2024
1 parent 7001ef2 commit 023f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("test openapi spec against routes", () => {
const ignorePaths = ["/health", "/Monitoring/Version", "/Monitoring/Requests", "/Monitoring/Support"];
// Paths to ignroe in regard to return code consistencie (Post requests that return 200 due to no creation)
/* eslint-disable @typescript-eslint/naming-convention */
const returnCodeOvererite: Record<string, string> = {
const returnCodeOvererite: Record<string, string | undefined> = {
"/api/v2/Account/Sync": "200",
"/api/v2/Attributes/ExecuteIQLQuery": "200",
"/api/v2/Attributes/ValidateIQLQuery": "200",
Expand Down

0 comments on commit 023f12d

Please sign in to comment.