We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12f92f commit 838f924Copy full SHA for 838f924
rule_validator/src/main/java/io/resttestgen/implementation/strategy/NlpStrategy.java
@@ -48,7 +48,7 @@ public void start() {
48
49
// Check if the rule generator is online
50
if (!RuleExtractorProxy.isOnline()) {
51
- logger.warn("Rule generator is not reachable. Make sure you ran it and it is reachable at the URL specified in the RuleGenerator class.");
+ logger.warn("Rule generator is not reachable. Make sure you ran it and it is reachable at the baseUrl specified in the RuleGeneratorProxy class.");
52
return;
53
}
54
0 commit comments