Skip to content

Commit b98ecc7

Browse files
committed
Use new default password for integration testing
1 parent 2f727ef commit b98ecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
build: .
1111
environment:
1212
REMOTE_URL: https://plesk:8443
13-
REMOTE_PASSWORD: changeme
13+
REMOTE_PASSWORD: changeme1Q**
1414
command: bash -c "cd /opt/api-php-lib && composer install && ./wait-for-plesk.sh && composer test -- --testdox"
1515
depends_on:
1616
- plesk

0 commit comments

Comments
 (0)