Skip to content
Snippets Groups Projects
Commit 940a9f24 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

update frontend test.

parent 6ebaec0b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ describe('metabase.metabase.services', function() {
describe('Metabase', function() {
it('should return empty list of databases', inject(function(Metabase, $httpBackend) {
$httpBackend.expect('GET', '/api/meta/db/?org=')
$httpBackend.expect('GET', '/api/database')
.respond(200, '[]');
Metabase.db_list().$promise.then(function(data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment