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

b/snf-cyclades-app/synnefo/api/test/networks.py
46 46
    def __init__(self, *args, **kwargs):
47 47
        super(ComputeAPITest, self).__init__(*args, **kwargs)
48 48
        self.compute_path = get_service_path(cyclades_services, 'compute',
49
                                             version='v2.0')
49
                                             version='2')
50 50

  
51 51
    def myget(self, path, *args, **kwargs):
52 52
        path = join_urls(self.compute_path, path)

Also available in: Unified diff