diff --git a/awx/ui/tests/unit/system-tracking/single-host-data.service-test.js b/awx/ui/tests/unit/system-tracking/single-host-data.service-test.js index fd054c2b38..3a8ab37660 100644 --- a/awx/ui/tests/unit/system-tracking/single-host-data.service-test.js +++ b/awx/ui/tests/unit/system-tracking/single-host-data.service-test.js @@ -1,5 +1,6 @@ import systemTracking from 'tower/system-tracking/main'; import {describeModule} from '../describe-module'; +import moment from 'tower/shared/moment/moment'; describeModule(systemTracking.name) .testService('factScanDataService', function(test, restStub) {