Skip to content

Commit 838f924

Browse files
Clearer error message
1 parent a12f92f commit 838f924

File tree

1 file changed

+1
-1
lines changed
  • rule_validator/src/main/java/io/resttestgen/implementation/strategy

1 file changed

+1
-1
lines changed

rule_validator/src/main/java/io/resttestgen/implementation/strategy/NlpStrategy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void start() {
4848

4949
// Check if the rule generator is online
5050
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.");
51+
logger.warn("Rule generator is not reachable. Make sure you ran it and it is reachable at the baseUrl specified in the RuleGeneratorProxy class.");
5252
return;
5353
}
5454

0 commit comments

Comments
 (0)