chore: update base host group name from "Baustellen-Devices" to "Roadwork" in code, tests, and documentation
This commit is contained in:
parent
19cddd1ffb
commit
6312c3a2f7
8 changed files with 66 additions and 49 deletions
|
|
@ -10,7 +10,7 @@ jest.mock("../datasources/zabbix-api.js", () => ({
|
|||
post: jest.fn(),
|
||||
requestByPath: jest.fn()
|
||||
},
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Baustellen-Devices"
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Roadwork"
|
||||
}));
|
||||
|
||||
// Mock ZabbixRequestWithPermissions to skip permission checks
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ jest.mock("../datasources/zabbix-api.js", () => ({
|
|||
getLocations: jest.fn(),
|
||||
requestByPath: jest.fn()
|
||||
},
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Baustellen-Devices"
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Roadwork"
|
||||
}));
|
||||
|
||||
describe("Host Integration Tests", () => {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ jest.mock("../datasources/zabbix-api.js", () => ({
|
|||
baseURL: "http://mock-zabbix",
|
||||
getLocations: jest.fn()
|
||||
},
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Baustellen-Devices"
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Roadwork"
|
||||
}));
|
||||
|
||||
describe("Host and HostGroup Resolvers", () => {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ jest.mock("../datasources/zabbix-api.js", () => ({
|
|||
post: jest.fn(),
|
||||
baseURL: "http://mock-zabbix"
|
||||
},
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Baustellen-Devices"
|
||||
ZABBIX_EDGE_DEVICE_BASE_GROUP: "Roadwork"
|
||||
}));
|
||||
|
||||
describe("Template Resolver", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue