Skip to content

Commit a51c903

Browse files
committed
fix test case.
1 parent 13c3596 commit a51c903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/ClientImplTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testDefaultConfig()
7070
#$this->assertEquals('oss', $sdkOptions['response_stream']);
7171

7272
$this->assertEquals(null, $innerOptions['handler']);
73-
$this->assertStringContainsString('alibabacloud-php-sdk-v2/1.', $innerOptions['user_agent']);
73+
$this->assertStringContainsString('alibabacloud-php-sdk-v2/0.', $innerOptions['user_agent']);
7474

7575
$this->assertEquals(False, $requestOptions['allow_redirects']);
7676
$this->assertEquals(10.0, $requestOptions['connect_timeout']);

0 commit comments

Comments
 (0)