Skip to content

Commit

Permalink
Update SubmailGatewayTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Aug 10, 2018
1 parent 114d22b commit dbce2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Gateways/SubmailGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testProject()
'signature' => 'mock-app-key',
'project' => 'mock-project',
'to' => new PhoneNumber(18188888888),
'vars' => json_encode(['code' => '123456', 'time' => '15']),
'vars' => json_encode(['code' => '123456', 'time' => '15', 'project' => 'mock-project']),
])->andReturn([
'status' => 'success',
'send_id' => '093c0a7df143c087d6cba9cdf0cf3738',
Expand Down

0 comments on commit dbce2d0

Please sign in to comment.