Skip to content

Commit bf8257e

Browse files
committed
fix test name
1 parent b19d2dd commit bf8257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gateway/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestCommonFlagsValidation(t *testing.T) {
122122
}
123123

124124
for _, test := range tests {
125-
t.Run(test.name+"_static_mode", func(t *testing.T) {
125+
t.Run(test.name+"_controller", func(t *testing.T) {
126126
t.Parallel()
127127
testFlag(t, createControllerCommand(), test)
128128
})

0 commit comments

Comments
 (0)