Skip to content

Commit

Permalink
Fix feature test
Browse files Browse the repository at this point in the history
Pin to mercure version 0.7, 0.8 introduces some incompatibility changes
  • Loading branch information
mvanduijker committed Nov 16, 2019
1 parent fc763b0 commit 34d4cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/BroadcasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private function assertMercureDockerLog(callable $matcher)
/** @before */
public function startMercureServer()
{
$command = "docker run -d -e JWT_KEY='aVerySecretKey' -e DEMO=1 -e ALLOW_ANONYMOUS=1 -e PUBLISH_ALLOWED_ORIGINS='http://localhost' -p 3000:80 dunglas/mercure";
$command = "docker run -d -e JWT_KEY='aVerySecretKey' -e DEMO=1 -e ALLOW_ANONYMOUS=1 -e PUBLISH_ALLOWED_ORIGINS='http://localhost' -p 3000:80 dunglas/mercure:v0.7";

$this->mercureDockerContainerId = Process::fromShellCommandline($command)
->mustRun()
Expand Down

0 comments on commit 34d4cdb

Please sign in to comment.