Fixes a bug in the fixture. If the endpoint passed to create()
didn't include a database name, destroying the fixture would fail. Now the fixture reads the database name after the fixture has been created, and uses that same database to destroy the fixture.