Skip to content

Commit c93239a

Browse files
author
Parth Kolekar
committed
Fixed possible typo
1 parent ec3f4c1 commit c93239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checks/mock/test_disk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_legacy_option(self):
173173
self.load_check({'instances': [{}]}, agent_config={'use_mount': 'yes'})
174174
self.assertTrue(self.check._use_mount)
175175

176-
# Then let's check that check option overrides datadog.cong
176+
# Then let's check that check option overrides datadog.conf
177177
self.load_check({'instances': [{'use_mount': 'no'}]},
178178
agent_config={'use_mount': 'yes'})
179179
self.assertFalse(self.check._use_mount)

0 commit comments

Comments
 (0)