replace unicode nonbreaking space with ascii space (#794)
This commit is contained in:
@@ -4,7 +4,7 @@ use Dancer ':syntax';
|
||||
use App::Netdisco::Worker::Plugin;
|
||||
use aliased 'App::Netdisco::Worker::Status';
|
||||
|
||||
# info 'test: lower priority driver not run if higher is successful';
|
||||
# info 'test: lower priority driver not run if higher is successful';
|
||||
|
||||
register_worker({ phase => 'main', driver => 'snmp' }, sub {
|
||||
return Status->done('NOT OK: SNMP driver should NOT be run.');
|
||||
|
||||
Reference in New Issue
Block a user