d660b02
1
2
3
4
5
def test_integration_example() -> None: string = "integration_test_example" assert string == "integration_test_example"