it("sets the issue tracker private token", async () => {
    renderIssueTracker()
    await userEvent.type(screen.getByText(/Private token/), "secret{Enter}")
    expect(report_api.set_report_issue_tracker_attribute).toHaveBeenLastCalledWith(
        "report_uuid",