What are the steps to reproduce your problem?
Generate a Java OpenAPI client from the Camunda Platform 7.15.2 OpenAPI spec, and run the generated tests.
What is the problem?
The template for JobSuspensionStateDto.jobDefinitionId has a tab space (\t) appended at the end. The tab space is inserted in the generated test methods, resulting in an error.
What would be the expected behavior:
The tab space is removed and the generated tests can run without issues.