mirror of
https://github.com/Rogiel/httpchannel
synced 2025-12-06 07:32:50 +00:00
Add support for new services on multiupload, removes the maven archetype
This commit is contained in:
@@ -76,9 +76,9 @@ public class HotFileServiceTest {
|
||||
|
||||
final Properties properties = new Properties();
|
||||
properties.load(new FileInputStream(
|
||||
"src/test/resources/login.properties"));
|
||||
VALID_USERNAME = properties.getProperty("username");
|
||||
VALID_PASSWORD = properties.getProperty("password");
|
||||
"../src/test/resources/login.properties"));
|
||||
VALID_USERNAME = properties.getProperty("hotfile.username");
|
||||
VALID_PASSWORD = properties.getProperty("hotfile.password");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user