We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defaa70 commit 1aab9c3Copy full SHA for 1aab9c3
1 file changed
test/unit/api/test_endpoints_api.py
@@ -150,7 +150,7 @@ def test_list_endpoints_with_pagination(self) -> None:
150
assert_that(response.data.data, instance_of(list))
151
assert_that(response.data.errors, instance_of(list))
152
153
- # Endpoint BXML not ready yet - commented out
+ # TODO: Endpoint BXML not ready yet - commented out
154
# def test_update_endpoint_bxml(self) -> None:
155
# """Test case for update_endpoint_bxml
156
#
0 commit comments