Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 19123b1

Browse files
committed
fix test in travis
1 parent 0faae78 commit 19123b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/upplication/s3fs/FileSystemProviderIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ private Map<String, String> buildFakeEnv(){
164164
private Properties buildFakeProps() {
165165
try {
166166
Properties props = new Properties();
167-
props.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("amazon-test.properties"));
167+
props.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("amazon-test-sample.properties"));
168168
return props;
169169
}
170170
catch (IOException e){
171-
throw new RuntimeException("amazon-test.properties not present");
171+
throw new RuntimeException("amazon-test-sample.properties not present");
172172
}
173173
}
174174
}

0 commit comments

Comments
 (0)