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 392334b commit a1d576fCopy full SHA for a1d576f
miniprobe/tests/test_sensors.py
@@ -499,7 +499,7 @@ def test_external_ip_get_kind():
499
assert_equal(test_external_ip.get_kind(), 'mpexternalip')
500
501
def test_external_ip_sensor_definition():
502
- """http returns correct definition"""
+ """external_ip returns correct definition"""
503
test_external_ip = external_ip.External_IP()
504
test_sensordef = {
505
"kind": test_external_ip.get_kind(),
0 commit comments