Tweak magento tests to use latest version back

This commit is contained in:
Théophile Diot 2023-10-18 12:58:53 +02:00
parent b9f05ad165
commit b2cf8986f5
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
2 changed files with 2 additions and 9 deletions

View file

@ -1,5 +1,3 @@
image:
tag: "2.4.5"
magentoHost: "www.example.com"
magentoUsername: "user"
magentoPassword: "changeme42"
@ -8,10 +6,5 @@ magentoFirstName: "John"
magentoLastName: "Doe"
magentoAdminUri: "admin"
mariadb:
image:
tag: "10.2"
auth:
password: "changeme1337"
elasticsearch:
image:
tag: "7"

View file

@ -6,9 +6,9 @@
"delay": 300,
"tests": [
{
"type": "string",
"type": "status",
"url": "https://www.example.com",
"string": "magento"
"string": 200
}
]
}