Take @nass review into account

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2017-12-26 11:45:56 +01:00
committed by Silvin Lubecki
parent dedd0db51a
commit b5170bde03
8 changed files with 55 additions and 72 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func TestPlaceholders(t *testing.T) {
}
for _, test := range tests {
output, _, err := load("stack", []byte(test.input), env)
output, _, err := load("stack", []byte(test.input), ".", env)
require.NoError(t, err)
assert.Equal(t, test.expectedOutput, output.Spec.ComposeFile)
}