@Before
 public void beforeTest() {
   f.clearTestTables();
   Database testDb = Fixtures.createTestDatabase();
   f.insertDatabase(testDb);
   RestAssured.basePath = "/" + testDb.name();
 }