Skip to content

Commit ad23e9f

Browse files
committed
FIX: untested line
1 parent d7291a7 commit ad23e9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/custom_path_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ func TestFindPath(t *testing.T) {
5050
assert.True(t, path2.GetTarget() == "https://storage.gra.cloud.ovh.net/v1/AUTH_ed33ec9e34c64b54aca49d6fcb6dc4c8/infordoc")
5151
assert.True(t, path2.IsRewrite() == false)
5252

53+
result3, _ := FindPath("/images/test/digilex-infordoc-img")
54+
55+
assert.False(t, result3)
56+
5357
}

0 commit comments

Comments
 (0)