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
|
* Instantiate a MultiLangDaemonConfig object
|
||||||
* @param streamName
|
* @param streamName
|
||||||
* @param streamArn
|
* @param streamArn
|
||||||
* @param region
|
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public void setup(String streamName, String streamArn) throws IOException {
|
public void setup(String streamName, String streamArn) throws IOException {
|
||||||
|
|
@ -71,7 +70,7 @@ public class MultiLangDaemonConfigTest {
|
||||||
+ "regionName = %s\n",
|
+ "regionName = %s\n",
|
||||||
EXE,
|
EXE,
|
||||||
APPLICATION_NAME,
|
APPLICATION_NAME,
|
||||||
REGION.toString());
|
"us-east-1");
|
||||||
|
|
||||||
if (streamName != null) {
|
if (streamName != null) {
|
||||||
properties += String.format("streamName = %s\n", streamName);
|
properties += String.format("streamName = %s\n", streamName);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue