Skip to content

Commit bd16be7

Browse files
committed
fix test wrong API key with new Chrome server
1 parent 314ba0c commit bd16be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebPushTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testSendGCMNotificationWithWrongGCMApiKey()
126126
$this->assertFalse($res['success']);
127127

128128
$this->assertArrayHasKey('statusCode', $res);
129-
$this->assertEquals(401, $res['statusCode']);
129+
$this->assertEquals(400, $res['statusCode']);
130130

131131
$this->assertArrayHasKey('headers', $res);
132132
}

0 commit comments

Comments
 (0)