Skip to content

Commit

Permalink
Merge pull request #278 from SUSE/fix_py38_ci
Browse files Browse the repository at this point in the history
Address nose tests deprecation issues
  • Loading branch information
rtamalin authored Feb 1, 2024
2 parents 7f97126 + 036bae1 commit d58429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/defaults_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class TestDefaults(object):
def setup(self):
def setup_method(self):
self.defaults = Defaults()

def test_get_migration_config_file(self):
Expand Down

0 comments on commit d58429a

Please sign in to comment.