diff --git a/tests/workspaces/test_workspaces_create.py b/tests/workspaces/test_workspaces_create.py index 279d433..162120a 100644 --- a/tests/workspaces/test_workspaces_create.py +++ b/tests/workspaces/test_workspaces_create.py @@ -16,5 +16,5 @@ def test_workspaces_create(seam: Seam): is_sandbox=True, ) - # Improve the assertion when `sdkReturnValue` of `/workspaces/create` is fixed on the API side. + # Improve the assertion when `x-fern-sdk-return-value` of `/workspaces/create` is fixed on the API side. assert workspace is None