We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c5757 commit 6b06afdCopy full SHA for 6b06afd
src/test/php/com/selfcoders/phpdyndns/ConfigTest.php
@@ -43,7 +43,7 @@ public function testConfig(): void
43
$this->assertInstanceOf(User::class, $user);
44
$this->assertEquals("myuser", $user->username);
45
$this->assertTrue($user->checkPassword("mypassword"));
46
- $this->assertEquals("nohup sudo /opt/some-script.sh %hostname% %ipaddress% %entrytype%", $user->postProcess);
+ $this->assertEquals("nohup sudo /opt/some-script.sh %hostname% %ipv4address%", $user->postProcess);
47
48
$host = $user->getHost("myhost.example.com");
49
0 commit comments