We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7da23 commit d0dcc30Copy full SHA for d0dcc30
2 files changed
tests/Integration/SeqTest.php
@@ -15,7 +15,7 @@ class SeqTest extends TestCase
15
16
public function setUp()
17
{
18
- $this->instance = new Seq('http://0.0.0.0:6060', 'an example key');
+ $this->instance = new Seq('0.0.0.0', 'an example key');
19
do {
20
$response = $this->instance->get();
21
} while ($response);
tests/Unit/SeqTest.php
@@ -20,7 +20,7 @@ class SeqTest extends TestCase
22
23
24
}
25
26
public function testInit()
0 commit comments