Navigation Menu

Skip to content

Commit

Permalink
Update tests around host name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent babc924 commit 79083ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/api-configuration.test.js
Expand Up @@ -498,7 +498,7 @@ suite('Configuration API', function() {
Created: 'false',
Deleted: 'true',
DocService: {
Endpoint: domain.getDocumentsEndpoint('api.localhost')
Endpoint: domain.getDocumentsEndpoint(defaultBaseHost)
},
DomainId: domain.domainId,
DomainName: domain.name,
Expand All @@ -507,7 +507,7 @@ suite('Configuration API', function() {
SearchInstanceCount: String(domain.searchInstanceCount),
SearchPartitionCount: String(domain.searchPartitionCount),
SearchService: {
Endpoint: domain.getSearchEndpoint('api.localhost')
Endpoint: domain.getSearchEndpoint(defaultBaseHost)
}
};
var status = response.body.DeleteDomainResponse.DeleteDomainResult.DomainStatus;
Expand Down

0 comments on commit 79083ab

Please sign in to comment.