java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/AbstractTracTracLiveTest.java
... ...
@@ -167,7 +167,7 @@ public abstract class AbstractTracTracLiveTest extends StoredTrackBasedTest {
167 167
}
168 168
169 169
public static String getTracTracApiToken() {
170
- return "tracTest";
170
+ return "e1c8618d5da19eb97a08aafe93ccf11374d83c92"; // token for test user sap-test; permitted to publish; see https://bugzilla.sapsailing.com/bugzilla/show_bug.cgi?id=6170#c8
171 171
}
172 172
173 173
protected void addReceiverToStopDuringTearDown(Receiver receiver) {