File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
client/src/test/java/org/apache/rocketmq/client Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
import org .apache .rocketmq .client .exception .MQClientException ;
23
23
import org .apache .rocketmq .common .TopicConfig ;
24
24
import org .apache .rocketmq .common .constant .PermName ;
25
+ import org .apache .rocketmq .common .help .FAQUrl ;
25
26
import org .apache .rocketmq .common .topic .TopicValidator ;
26
27
import org .apache .rocketmq .remoting .protocol .ResponseCode ;
27
28
import org .junit .Test ;
@@ -38,7 +39,7 @@ public void testGroupNameBlank() {
38
39
Validators .checkGroup (null );
39
40
fail ("excepted MQClientException for group name is blank" );
40
41
} catch (MQClientException e ) {
41
- assertThat (e .getErrorMessage ()).isEqualTo ("the specified group is blank" );
42
+ assertThat (e .getErrorMessage ()).isEqualTo ("the specified group is blank" + FAQUrl . suggestTodo ( FAQUrl . CLIENT_PARAMETER_CHECK_URL ) );
42
43
}
43
44
}
44
45
You can’t perform that action at this time.
0 commit comments