Skip to content

Commit 6262011

Browse files
author
Remi Gaillard
committed
update tests
1 parent c3630fc commit 6262011

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

tests/OpenTokTest/OpenTokTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,6 @@ public function testSipCallVideo(): void
20772077
$this->assertNotNull($sipCall->id);
20782078
$this->assertNotNull($sipCall->connectionId);
20792079
$this->assertNotNull($sipCall->streamId);
2080-
$this->assertEquals(false, $sipCall->observeForceMute);
20812080

20822081
$this->assertCount(1, $this->historyContainer);
20832082
$request = $this->historyContainer[0]['request'];
@@ -2111,7 +2110,6 @@ public function testSipCallVideoWithObserveForceMute(): void
21112110
$this->assertNotNull($sipCall->id);
21122111
$this->assertNotNull($sipCall->connectionId);
21132112
$this->assertNotNull($sipCall->streamId);
2114-
$this->assertEquals(true, $sipCall->observeForceMute);
21152113

21162114
$this->assertCount(1, $this->historyContainer);
21172115
$request = $this->historyContainer[0]['request'];

tests/mock/v2/project/APIKEY/dial

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
"id" : "1bae377f-d620-4e58-86c0-5a37364eec0c",
33
"connectionId" : "da9cb410-e29b-4c2d-ab9e-fe65bf83fcaf",
44
"streamId" : "e6f13213-22cb-45de-b71d-af7cef329954",
5-
"observeForceMute" : false
65
}

tests/mock/v2/project/APIKEY/dialForceMute

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
"id" : "1bae377f-d620-4e58-86c0-5a37364eec0c",
33
"connectionId" : "da9cb410-e29b-4c2d-ab9e-fe65bf83fcaf",
44
"streamId" : "e6f13213-22cb-45de-b71d-af7cef329954",
5-
"observeForceMute" : true
65
}

0 commit comments

Comments
 (0)