Right now, the tests are using the database that's live on the server, which means that the results produced by the CLI are dependent on the data in this database. Updating the database, means that the tests will fail.
By filling a test database with dummy data during the tests (and running the tests on this database), we can alleviate this problem.