Skip to content

Commit

Permalink
Update tests/Client/GroupsClientTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
  • Loading branch information
Vitexus and OskarStark authored Aug 12, 2024
1 parent 6301ee8 commit 12ad4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Client/GroupsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testBuildApiUrl()
$this->assertEquals("https://api.pushover.net/1/groups/eeee5555EEEE5555ffff6666FFFF66/add_user.json?token=cccc3333CCCC3333dddd4444DDDD44", $client->buildApiUrl());

$client = new GroupsClient($group, GroupsClient::ACTION_LIST_GROUPS);
$this->assertEquals("https://api.pushover.net/1/groups.json?token=cccc3333CCCC3333dddd4444DDDD44", $client->buildApiUrl());
$this->assertSame("https://api.pushover.net/1/groups.json?token=cccc3333CCCC3333dddd4444DDDD44", $client->buildApiUrl());

}

Expand Down

0 comments on commit 12ad4c5

Please sign in to comment.