File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,13 @@ public function testAuthCloudExplicitCommand()
5151
5252 public function testAuthCloudExplicitComputeEngineCommand ()
5353 {
54- #$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
5554 $ output = $ this ->runCommand (
5655 'auth-cloud-explicit-compute-engine ' , null , $ this ->projectId );
5756 $ this ->assertContains ('Undefined index: access_token ' , $ output );
5857 }
5958
6059 public function testAuthCloudExplicitAppEngineCommand ()
6160 {
62- #$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
6361 $ output = $ this ->runCommand (
6462 'auth-cloud-explicit-app-engine ' , null , $ this ->projectId );
6563 $ this ->assertContains ('Undefined index: access_token ' , $ output );
You can’t perform that action at this time.
0 commit comments