Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Jan 14, 2019
1 parent 9b7ffca commit d50ba59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/tests/system/test_mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_performance(self):
evt = output[0]

self.assertItemsEqual(self.de_dot(MSSQL_FIELDS), evt.keys())
self.assertTrue(evt["mssql"]["performance"]["page_life_expectancy"]["sec"] > 0)
self.assertTrue(evt["mssql"]["performance"]["buffer"]["page_life_expectancy"]["sec"] > 0)

self.assert_fields_are_documented(evt)

Expand Down

0 comments on commit d50ba59

Please sign in to comment.