Revision 1896d3e4 snf-pithos-app/pithos/api/tests.py

b/snf-pithos-app/pithos/api/tests.py
39 39

  
40 40
import pithos.api.settings as settings
41 41

  
42
from pithos.api.swiss_army import SwissArmy
42
from pithos.api.manage_accounts import ManageAccounts
43 43

  
44 44
def get_random_data(length=500):
45 45
    char_set = string.ascii_uppercase + string.digits
......
47 47

  
48 48
class TestPublic(unittest.TestCase):
49 49
    def setUp(self):
50
        self.utils = SwissArmy()
50
        self.utils = ManageAccounts()
51 51
        self.backend = self.utils.backend
52 52
        self.utils.create_account('account')
53 53

  

Also available in: Unified diff