See if the path changed

This commit is contained in:
Gavin M. Roy 2016-04-12 00:11:41 -04:00
parent 83935d46f5
commit 631a29a8dc
1 changed files with 1 additions and 1 deletions

View File

@ -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")).