Skip to content

Commit e48c110

Browse files
committed
fix: actualize system tags test
1 parent 0a9c9bb commit e48c110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/models/test_system_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_fetch_all(self):
1919
system_tag_manager.fetch_all()
2020

2121
self.assertTrue(get_mock.called)
22-
get_mock.assert_called_with('tag')
22+
get_mock.assert_called_with('system-tag')

0 commit comments

Comments
 (0)