From 14bf4301b2023ea00abdba8986fa99f34781fa58 Mon Sep 17 00:00:00 2001 From: Fran Dieguez Date: Sun, 29 Dec 2019 20:22:20 +0100 Subject: [PATCH] Fix broken test --- features/bootstrap/FeatureContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index a61f023..ada91a7 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -23,7 +23,7 @@ class FeatureContext implements SnippetAcceptingContext */ public function theUrl($url) { - $this->videoService = new \Panorama\Video($this->url); + $this->videoService = new \Panorama\Video($url); } /**