[Open1641] Updated the spec files to check for info messages instead of warning messages

This commit is contained in:
Luis Schubert
2017-07-10 09:46:51 -07:00
parent 19b5e7c781
commit fb0a577d16
2 changed files with 4 additions and 3 deletions

View File

@@ -199,7 +199,7 @@ define(
telemetry.requestData();
expect(mockLog.warn).toHaveBeenCalled();
expect(mockLog.info).toHaveBeenCalled();
});
it("if a new style telemetry source is available, use it", function () {