We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c3596 commit a51c903Copy full SHA for a51c903
tests/UnitTests/ClientImplTest.php
@@ -70,7 +70,7 @@ public function testDefaultConfig()
70
#$this->assertEquals('oss', $sdkOptions['response_stream']);
71
72
$this->assertEquals(null, $innerOptions['handler']);
73
- $this->assertStringContainsString('alibabacloud-php-sdk-v2/1.', $innerOptions['user_agent']);
+ $this->assertStringContainsString('alibabacloud-php-sdk-v2/0.', $innerOptions['user_agent']);
74
75
$this->assertEquals(False, $requestOptions['allow_redirects']);
76
$this->assertEquals(10.0, $requestOptions['connect_timeout']);
0 commit comments