We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156dcb8 commit 55504d5Copy full SHA for 55504d5
discovery/src/test/java/com/ibm/watson/developer_cloud/discovery/v1/DiscoveryServiceIT.java
@@ -1291,7 +1291,6 @@ public void issueNumber659() {
1291
CreateCollectionOptions collectionOptions =
1292
new CreateCollectionOptions.Builder(environmentId, uniqueCollectionName)
1293
.configurationId(configuration.getConfigurationId())
1294
- .name("This should not be required")
1295
.build();
1296
Collection collection = discovery.createCollection(collectionOptions).execute();
1297
collectionIds.add(collection.getCollectionId());
0 commit comments