Updated region code in unit tests for multilang daemon
This commit is contained in:
parent
4d0669b565
commit
43ed8044c7
1 changed files with 1 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ public class MultiLangDaemonConfigTest {
|
|||
* Instantiate a MultiLangDaemonConfig object
|
||||
* @param streamName
|
||||
* @param streamArn
|
||||
* @param region
|
||||
* @throws IOException
|
||||
*/
|
||||
public void setup(String streamName, String streamArn) throws IOException {
|
||||
|
|
@ -71,7 +70,7 @@ public class MultiLangDaemonConfigTest {
|
|||
+ "regionName = %s\n",
|
||||
EXE,
|
||||
APPLICATION_NAME,
|
||||
REGION.toString());
|
||||
"us-east-1");
|
||||
|
||||
if (streamName != null) {
|
||||
properties += String.format("streamName = %s\n", streamName);
|
||||
|
|
|
|||
Loading…
Reference in a new issue