Skip to content

Commit

Permalink
Post-merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 10, 2020
1 parent f0c1ee8 commit 1ca953b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2242,7 +2242,7 @@ public void test901SyncAddAccountHt() throws Exception {
protected void assertStepSyncToken(String syncTaskOid, int step, long tsStart, long tsEnd)
throws ObjectNotFoundException, SchemaException {
OperationResult result = createOperationResult("assertStepSyncToken");
Task task = taskManager.getTask(syncTaskOid, result);
Task task = taskManager.getTaskPlain(syncTaskOid, result);
PrismProperty<String> syncTokenProperty = task.getExtensionPropertyOrClone(SchemaConstants.SYNC_TOKEN);
assertNotNull("No sync token", syncTokenProperty);
assertNotNull("No sync token value", syncTokenProperty.getRealValue());
Expand Down

0 comments on commit 1ca953b

Please sign in to comment.