✏️ fix pi-hole integration field from password to apiKey

This commit is contained in:
Danyal
2023-07-11 23:28:56 +05:00
parent d088637c56
commit fdafbb9aaa
5 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ describe('DNS hole', () => {
type: 'pihole',
properties: [
{
field: 'password',
field: 'apiKey',
type: 'private',
value: 'hf3829fj238g8',
},
@@ -130,7 +130,7 @@ describe('DNS hole', () => {
type: 'pihole',
properties: [
{
field: 'password',
field: 'apiKey',
type: 'private',
value: 'hf3829fj238g8',
},
@@ -144,7 +144,7 @@ describe('DNS hole', () => {
type: 'pihole',
properties: [
{
field: 'password',
field: 'apiKey',
type: 'private',
value: 'ayaka',
},