Skip to content

Commit 984955e

Browse files
committed
Finished testing the video implementation
1 parent 86e591b commit 984955e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OpenTokTest/OpenTokTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Lcobucci\JWT\Signer\Hmac\Sha256;
99
use Lcobucci\JWT\Signer\Key\InMemory;
1010
use Lcobucci\JWT\Token;
11-
use Lcobucci\JWT\Token\Plain;
1211
use OpenTok\Render;
1312
use OpenTok\Role;
1413
use OpenTok\Layout;
@@ -184,6 +183,7 @@ public function testCanUseVonageAuth(): void
184183

185184
$token = $config->parser()->parse($authString);
186185
$this->assertInstanceOf(Token::class, $token);
186+
$this->assertEquals($this->API_KEY, $token->claims()->get('application_id'));
187187
}
188188

189189
public function testCanGetRender(): void

0 commit comments

Comments
 (0)