Skip to content

Commit 0e99bcc

Browse files
committed
fix tests
1 parent 86f5743 commit 0e99bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/OpenTok/OpenTokTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ public function testsSetArchiveLayoutWithPredefined()
18131813
// TODO: test the dynamically built User Agent string
18141814
$userAgent = $request->getHeaderLine('User-Agent');
18151815
$this->assertNotEmpty($userAgent);
1816-
$this->assertStringStartsWith('OpenTok-PHP-SDK/4.1.2-alpha.1', $userAgent);
1816+
$this->assertStringStartsWith('OpenTok-PHP-SDK/4.2.1-alpha.1', $userAgent);
18171817
}
18181818

18191819
public function testsSetArchiveLayoutWithCustom()
@@ -1859,7 +1859,7 @@ public function testsSetArchiveLayoutWithCustom()
18591859
// TODO: test the dynamically built User Agent string
18601860
$userAgent = $request->getHeaderLine('User-Agent');
18611861
$this->assertNotEmpty($userAgent);
1862-
$this->assertStringStartsWith('OpenTok-PHP-SDK/4.1.2-alpha.1', $userAgent);
1862+
$this->assertStringStartsWith('OpenTok-PHP-SDK/4.2.1-alpha.1', $userAgent);
18631863
}
18641864

18651865
}

0 commit comments

Comments
 (0)