Fixed failing ui unit tests

This commit is contained in:
Michael Abashian
2017-05-19 13:33:40 -04:00
parent 4748f6d2e2
commit 1af972fc39
3 changed files with 6 additions and 6 deletions

View File

@@ -80,8 +80,8 @@ describe('Controller: WorkflowAdd', () => {
ParseTypeChange = _ParseTypeChange_;
ToJSON = _ToJSON_;
httpBackend
.whenGET('/api')
$httpBackend
.whenGET(/^\/api\/?$/)
.respond(200, '');
$httpBackend