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 6584b3c commit 0d1906eCopy full SHA for 0d1906e
iap/test/iapTest.php
@@ -58,7 +58,6 @@ public function testValidate()
58
$this->assertContains('Printing user identity information from ID token payload:', $output);
59
$this->assertContains('sub: accounts.google.com', $output);
60
$this->assertContains('email:', $output);
61
- $this->assertContains($projectId, $output);
62
}
63
64
private function runCommand($name, $options = [])
0 commit comments