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 32cce85 commit 25dd96eCopy full SHA for 25dd96e
tests/Facades/LetsEncryptTest.php
@@ -68,7 +68,7 @@ public function test_can_create_pending()
68
69
$certificate = LetsEncrypt::certificate('test.test')->create();
70
71
- $this->assertEquals('someotherdomain.com', $certificate->domain);
+ $this->assertEquals('test.test', $certificate->domain);
72
73
Queue::assertPushedWithChain(RegisterAccount::class, [
74
RequestAuthorization::class,
0 commit comments