Skip to content

Commit

Permalink
Update AdapterTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freyo committed Jul 27, 2018
1 parent 467c815 commit ff8dc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testGetUrl($adapter, $config, $options)
public function testGetTemporaryUrl($adapter, $config, $options)
{
$this->assertStringStartsWith(
"http://{$config['bucket']}-{$config['app_id']}.file.myqcloud.com/foo/'.$options['machineId'].'/bar.md?sign=",
"http://{$config['bucket']}-{$config['app_id']}.file.myqcloud.com/foo/{$options['machineId']}/bar.md?sign=",
$adapter->getTemporaryUrl('foo/bar.md', Carbon::now()->addMinutes(5))
);
}
Expand Down

0 comments on commit ff8dc86

Please sign in to comment.