We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7291a7 commit ad23e9fCopy full SHA for ad23e9f
src/utils/custom_path_test.go
@@ -50,4 +50,8 @@ func TestFindPath(t *testing.T) {
50
assert.True(t, path2.GetTarget() == "https://storage.gra.cloud.ovh.net/v1/AUTH_ed33ec9e34c64b54aca49d6fcb6dc4c8/infordoc")
51
assert.True(t, path2.IsRewrite() == false)
52
53
+ result3, _ := FindPath("/images/test/digilex-infordoc-img")
54
+
55
+ assert.False(t, result3)
56
57
}
0 commit comments