Skip to content

Commit 81b1c9d

Browse files
committed
Selenium fix
1 parent 7532200 commit 81b1c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case "$1" in
2424
;;
2525
tests)
2626
waitforit -address=tcp://db:5432
27-
pytest tests/ --create-db --cov-report term --maxfail 5 --with-selenium
27+
pytest tests/ --create-db --cov-report term --maxfail 5
2828
;;
2929
prd)
3030
production

0 commit comments

Comments
 (0)