Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-04-10 12:20:29 +02:00
parent bd1073c07d
commit 67f680bc7c
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -110,7 +110,9 @@ class FeatureContext implements Context {
'headers' => [
'Accept' => 'text/html',
],
'query' => ['idp' => 1],
'query' => [
'idp' => 1
],
]
);
}