diff --git a/tests/integration/modules/gem.py b/tests/integration/modules/gem.py index 262715ab9b..38080d70e3 100644 --- a/tests/integration/modules/gem.py +++ b/tests/integration/modules/gem.py @@ -67,7 +67,7 @@ class GemModuleTest(integration.ModuleCase): ret = self.run_function('gem.list_upgrades') self.assertIn('thor', ret) - self.run_function('gem.uninstalled', [OLD_GEM]) + self.run_function('gem.uninstall', [OLD_GEM]) def test_sources_add_remove(self): '''