Skip to content

Commit

Permalink
Update ClientTest.php
Browse files Browse the repository at this point in the history
shut up automation
  • Loading branch information
greenreader9 authored Aug 18, 2023
1 parent fccae2b commit 9db2d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function testCreateAccount()
$email = $this->faker->email();
$domain = $this->faker->domainName();
$plan = $this->faker->word();
$ip = $this->faker->ipv4;

$this->guzzleMockHandler->append(new Response());

Expand All @@ -92,6 +93,7 @@ public function testCreateAccount()
'contactemail' => $email,
'domain' => $domain,
'plan' => $plan,
'ipaddy' => $ip,
], $postData);
}

Expand Down

0 comments on commit 9db2d8b

Please sign in to comment.