We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d78495 commit bb77686Copy full SHA for bb77686
tests/test_unstable/test_runtime.py
@@ -121,7 +121,6 @@ def cancel_after_delay() -> None:
121
assert config.parameter_one == 123
122
assert config.parameter_two == "abc"
123
124
- # There should be one error reported from initially attempting to run without a config
125
errors = cognite_client.get(
126
url=f"/api/v1/projects/{cognite_client.config.project}/integrations/errors",
127
params={"integration": connection_config.integration.external_id},
0 commit comments