Skip to content

Commit 6b06afd

Browse files
committed
Fixed unit tests
1 parent 85c5757 commit 6b06afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/php/com/selfcoders/phpdyndns/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testConfig(): void
4343
$this->assertInstanceOf(User::class, $user);
4444
$this->assertEquals("myuser", $user->username);
4545
$this->assertTrue($user->checkPassword("mypassword"));
46-
$this->assertEquals("nohup sudo /opt/some-script.sh %hostname% %ipaddress% %entrytype%", $user->postProcess);
46+
$this->assertEquals("nohup sudo /opt/some-script.sh %hostname% %ipv4address%", $user->postProcess);
4747

4848
$host = $user->getHost("myhost.example.com");
4949

0 commit comments

Comments
 (0)