···5050 # Now, we have installed the machine, let's verify we still have the right configuration.
5151 assert 'nixos' in machine.succeed("cat /var/lib/dolibarr/conf.php")
5252 # We do not want any redirect now as we have installed the machine.
5353- machine.succeed('curl -f -X POST http://localhost')
5353+ machine.succeed('curl -f -X GET http://localhost')
5454 # Test authentication to the webservice.
5555 parser = TokenParser()
5656 parser.feed(machine.succeed('curl -f -X GET http://localhost/index.php?mainmenu=login&username=root'))