Skip to content

Commit fa227da

Browse files
committed
test: add other languages test for repo path
1 parent db15515 commit fa227da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/validator/validate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func TestValidateUsername(t *testing.T) {
9292

9393
func TestValidateObjectPath(t *testing.T) {
9494
//Validate Obj Path
95-
validObjectPaths := []string{"path/to/object", "file.txt", "folder/file.txt", "我的图片.png", "我的文件/我的应用.exe"}
95+
validObjectPaths := []string{"path/to/object", "file.txt", "folder/file.txt", "我的图片.png", "我的文件/我的应用.exe", "私のビデオ.mp3"}
9696
for _, path := range validObjectPaths {
9797
err := ValidateObjectPath(path)
9898
if err != nil {

0 commit comments

Comments
 (0)