Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix errMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Feb 23, 2024
1 parent 8e4be41 commit d034565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestValidateRequestData(t *testing.T) {
name: "Invalid Uploaders",
request: RequestData{Indexer: "ops", Uploaders: "uploader#1"},
wantErr: true,
errMsg: "uploaders field should only contain alphanumeric characters",
errMsg: "uploaders field should only contain alphanumeric characters and underscores",
},
{
name: "Valid Uploaders",
Expand Down

0 comments on commit d034565

Please sign in to comment.