mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
test: Cleanup improper VIR_ERR_NO_SUPPORT use
This commit is contained in:
@@ -4082,7 +4082,7 @@ testStorageFindPoolSources(virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||
break;
|
||||
|
||||
default:
|
||||
testError(VIR_ERR_NO_SUPPORT,
|
||||
testError(VIR_ERR_OPERATION_INVALID,
|
||||
_("pool type '%s' does not support source discovery"), type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user