Merged PR 2442: remove lodash dependecies on _.has

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-29 13:08:06 +00:00
parent 7b6af58065
commit ff699735c7
85 changed files with 870 additions and 952 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ test("getdnslist_api still returns 200 and preserves nextLink transform", async
data: {
value: [{ id: 1 }],
"@odata.nextLink":
"https://example.test/v8.2/incidents?$skiptoken=abc"
"https://example.test/v9.2/incidents?$skiptoken=abc"
}
})
},
+2 -2
View File
@@ -74,7 +74,7 @@ test("getbasicdnssearch_api still returns 200 and preserves nextLink transform",
data: {
value: [{ id: 1 }],
"@odata.nextLink":
"https://example.test/v8.2/incidents?$skiptoken=dns"
"https://example.test/v9.2/incidents?$skiptoken=dns"
}
})
},
@@ -116,7 +116,7 @@ test("getbasicdnsurlsearch_api valid searchString still returns 200", async () =
data: {
value: [{ id: 1 }],
"@odata.nextLink":
"https://example.test/v8.2/incidents?$skiptoken=url"
"https://example.test/v9.2/incidents?$skiptoken=url"
}
})
},