Updated region code in unit tests for multilang daemon

This commit is contained in:
Ryan Pelaez 2023-06-22 14:15:56 -07:00
parent 4d0669b565
commit 43ed8044c7

View file

@ -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);