Skip to content

Commit

Permalink
Fix Cloud Test Config.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Sep 18, 2020
1 parent 58daa7f commit f87caed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public class WSCloudTestConfig extends WSBaseConfig {
@Value("${vcap.services.ecdsa_cs_test.credentials.publicKey}")
public String publicKey;

@Value("${vcap.services.splunk_api_prod.credentials.username}")
@Value("${vcap.services.splunk_api_test.credentials.username}")
private String splunkUsername;

@Value("${vcap.services.splunk_api_prod.credentials.password}")
@Value("${vcap.services.splunk_api_test.credentials.password}")
private String splunkPassword;

@Override
Expand Down

0 comments on commit f87caed

Please sign in to comment.