We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3f4c1 commit c93239aCopy full SHA for c93239a
tests/checks/mock/test_disk.py
@@ -173,7 +173,7 @@ def test_legacy_option(self):
173
self.load_check({'instances': [{}]}, agent_config={'use_mount': 'yes'})
174
self.assertTrue(self.check._use_mount)
175
176
- # Then let's check that check option overrides datadog.cong
+ # Then let's check that check option overrides datadog.conf
177
self.load_check({'instances': [{'use_mount': 'no'}]},
178
agent_config={'use_mount': 'yes'})
179
self.assertFalse(self.check._use_mount)
0 commit comments