diff --git a/test/cuttlefish_integration_test.erl b/test/cuttlefish_integration_test.erl index 2ef8196f..11bb9f73 100644 --- a/test/cuttlefish_integration_test.erl +++ b/test/cuttlefish_integration_test.erl @@ -26,7 +26,7 @@ generated_conf_file_test() -> {_, Mappings, _} = cuttlefish_schema:file( cuttlefish_test_util:test_file("riak.schema")), - cuttlefish_conf:generate_file(Mappings, "../generated.conf"), + cuttlefish_conf:generate_file(Mappings, "generated.conf"), %% Schema generated a conf file, let's parse it! Conf = cuttlefish_conf:file("generated.conf"), ?assertEqual("8099", proplists:get_value(["handoff","port"], Conf)),