Skip to content

Commit

Permalink
fixed atmos.secret property in test.properties (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnett, stu committed Mar 2, 2017
1 parent bf17c73 commit fb74d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/emc/rest/smart/SmartClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class SmartClientTest {

public static final String PROP_ATMOS_ENDPOINTS = "atmos.endpoints";
public static final String PROP_ATMOS_UID = "atmos.uid";
public static final String PROP_ATMOS_SECRET = "atmos.secret_key";
public static final String PROP_ATMOS_SECRET = "atmos.secret";

private static final String HEADER_FORMAT = "EEE, d MMM yyyy HH:mm:ss z";
private static final ThreadLocal<DateFormat> headerFormat = new ThreadLocal<DateFormat>();
Expand Down

0 comments on commit fb74d94

Please sign in to comment.