Skip to content

Commit

Permalink
Logrotate: Fix static anlysis test
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed Aug 14, 2024
1 parent 7c487c5 commit da2df27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ def test_logrotate_size(self):
obj = {'db': Db().cfgdb}

result = runner.invoke(config.config.commands['logrotate'],
['syslog', 'size', '30.0'], obj=obj)
['syslog', 'size', '30.0'], obj=obj)
assert result.exit_code == 0

@classmethod
Expand Down

0 comments on commit da2df27

Please sign in to comment.