@@ -163,14 +163,11 @@ public void setup() throws Exception {
163163 createEnvResp = loadFixture (RESOURCE + "create_env_resp.json" , CreateEnvironmentResponse .class );
164164 deleteEnvResp = loadFixture (RESOURCE + "delete_env_resp.json" , DeleteEnvironmentResponse .class );
165165 updateEnvResp = loadFixture (RESOURCE + "update_env_resp.json" , UpdateEnvironmentResponse .class );
166- // issue with the create_conf json which was copied from the API documentation. Use create_env for now bug #528
167- createConfResp = loadFixture (RESOURCE + "create_env_resp.json" , CreateConfigurationResponse .class );
166+ createConfResp = loadFixture (RESOURCE + "create_conf_resp.json" , CreateConfigurationResponse .class );
168167 getConfsResp = loadFixture (RESOURCE + "get_confs_resp.json" , GetConfigurationsResponse .class );
169- // #528 - should be get_conf_resp
170- getConfResp = loadFixture (RESOURCE + "get_confs_resp.json" , GetConfigurationResponse .class );
168+ getConfResp = loadFixture (RESOURCE + "get_conf_resp.json" , GetConfigurationResponse .class );
171169 deleteConfResp = loadFixture (RESOURCE + "delete_conf_resp.json" , DeleteConfigurationResponse .class );
172- // #528 - should be update_conf_resp
173- updateConfResp = loadFixture (RESOURCE + "delete_conf_resp.json" , UpdateConfigurationResponse .class );
170+ updateConfResp = loadFixture (RESOURCE + "update_conf_resp.json" , UpdateConfigurationResponse .class );
174171 createCollResp = loadFixture (RESOURCE + "create_coll_resp.json" , CreateCollectionResponse .class );
175172 getCollsResp = loadFixture (RESOURCE + "get_coll_resp.json" , GetCollectionsResponse .class );
176173 getCollResp = loadFixture (RESOURCE + "get_coll1_resp.json" , GetCollectionResponse .class );
0 commit comments