Skip to content

Commit f9a7493

Browse files
author
Zsofia Borbely
committed
TS-42917 Rework
1 parent 7601041 commit f9a7493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/src/main/java/com/teamscale/jacoco/agent/testimpact/TestEventHandlerStrategyBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private String getPartition() {
128128
String partition = agentOptions.getTeamscaleServerOptions().partition;
129129
if (partition == null) {
130130
throw new UnsupportedOperationException(
131-
"You must provide a partition via the agent's '" + TeamscaleConfig.TEAMSCALE_PARTITION_OPTION + "' option.");
131+
"You must provide a partition via the agent's '" + TeamscaleConfig.TEAMSCALE_PARTITION_OPTION + "' option or using the /partition REST endpoint.");
132132
}
133133
return partition;
134134
}

0 commit comments

Comments
 (0)