mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
d9b5abbe4b
commit
889c79ae9f
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class PkgNgTestCase(TestCase, LoaderModuleMockMixin):
|
|||
|
||||
def test_stats_with_bytes_local(self):
|
||||
"""
|
||||
Test pkg.stats to show disk space usage in bytes only for remote
|
||||
Test pkg.stats to show disk space usage in bytes only for local
|
||||
"""
|
||||
pkg_cmd = MagicMock(return_value="")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue