File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments