From 631a29a8dc2163b8731996f14a7d00487cd76e04 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 12 Apr 2016 00:11:41 -0400 Subject: [PATCH] See if the path changed --- deps/rabbitmq_aws/test/httpc_aws_config_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_aws/test/httpc_aws_config_tests.erl b/deps/rabbitmq_aws/test/httpc_aws_config_tests.erl index 69ea83be46..5a88b8cd41 100644 --- a/deps/rabbitmq_aws/test/httpc_aws_config_tests.erl +++ b/deps/rabbitmq_aws/test/httpc_aws_config_tests.erl @@ -206,7 +206,7 @@ region_without_config_file_test() -> region_with_profile_without_region_test() -> os:unsetenv("AWS_DEFAULT_REGION"), os:putenv("AWS_CONFIG_FILE", - filename:join([filename:absname("."), "test", + filename:join([filename:absname(".."), "test", "test_aws_config.ini"])), ?assertEqual({error, undefined}, httpc_aws_config:region("no-region")).