Revision 44a90141 snf-cyclades-app/synnefo/api/test/servers.py

b/snf-cyclades-app/synnefo/api/test/servers.py
52 52
    def __init__(self, *args, **kwargs):
53 53
        super(ComputeAPITest, self).__init__(*args, **kwargs)
54 54
        self.compute_path = get_service_path(cyclades_services, 'compute',
55
                                             version='v2.0')
55
                                             version='2')
56 56

  
57 57
    def myget(self, path, *args, **kwargs):
58 58
        path = join_urls(self.compute_path, path)

Also available in: Unified diff