it("renders the status end date", () => {
    renderSourceEntity({ status: "fixed", status_end_date: "3000-01-01" })
    expect(screen.getAllByText(/3000-01-01/).length).toBe(1)
})