Skip to content

Commit

Permalink
Fix base_url in Behat
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 25, 2020
1 parent 731e50b commit 2bb9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behat/behat.yaml
Expand Up @@ -4,7 +4,7 @@ imports:
default:
extensions:
Behat\MinkExtension:
base_url: "http://admin:admin@127.0.0.1:4242"
base_url: "http://admin:admin@127.0.0.1:4242/"
default_session: symfony
javascript_session: chrome
show_auto: false
Expand Down

0 comments on commit 2bb9cf1

Please sign in to comment.