Remove test:e2e.json file from the code base
This commit is contained in:
parent
2818a3c67d
commit
882315182b
|
@ -43,7 +43,6 @@ tests/cli/vendor
|
|||
/tests/bin/tmp
|
||||
/tests/e2e-tests/config/local-*.json
|
||||
/tests/e2e-tests/config/local.json
|
||||
/tests/e2e-tests/config/test:e2e.json
|
||||
|
||||
# Logs
|
||||
/logs
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"url": "http://localhost:8084",
|
||||
"users": {
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
},
|
||||
"customer": {
|
||||
"username": "customer",
|
||||
"password": "customer_password"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue