mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 01:58:09 +01:00
* Adding hurl tests to Dolibarr * modifying run.sh to get it past commit checks * change the APIHEADER to be read from the environment * spell fix * test to see if build system will accept this file * deleting script method that doesn't work * beginning to make hurl tests accept environment variables for the location --------- Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
4 lines
93 B
Plaintext
4 lines
93 B
Plaintext
# Check endpoint which does not exist
|
|
GET http://{{hostnport}}/api/index.php/foobar
|
|
HTTP 501
|