Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Fix typo in test name #4036

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

szokeasaurusrex
Copy link
Member

No description provided.

@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) February 11, 2025 13:17
Copy link

codecov bot commented Feb 11, 2025

❌ 52 Tests Failed:

Tests completed Failed Passed Skipped
22433 52 22381 5771
View the top 3 failed test(s) by shortest run time
tests.integrations.strawberry.test_strawberry test_span_origin3[sync_app_client_factory-False-framework_integrations1]
Stack Traces | 0.064s run time
.../integrations/strawberry/test_strawberry.py:745: in test_span_origin3
    sentry_init(
tests/conftest.py:203: in inner
    client = sentry_sdk.Client(*a, **kw)
sentry_sdk/client.py:269: in __init__
    self._init_impl()
sentry_sdk/client.py:392: in _init_impl
    self.integrations = setup_integrations(
sentry_sdk/integrations/__init__.py:211: in setup_integrations
    type(integration).setup_once()
sentry_sdk/integrations/strawberry.py:81: in setup_once
    _patch_execute()
sentry_sdk/integrations/strawberry.py:293: in _patch_execute
    old_execute_sync = strawberry_schema.execute_sync
E   AttributeError: module 'strawberry.schema.schema' has no attribute 'execute_sync'
tests.integrations.strawberry.test_strawberry test_infer_execution_type_from_installed_packages_async
Stack Traces | 0.065s run time
.../integrations/strawberry/test_strawberry.py:130: in test_infer_execution_type_from_installed_packages_async
    sentry_init(integrations=[StrawberryIntegration()])
tests/conftest.py:203: in inner
    client = sentry_sdk.Client(*a, **kw)
sentry_sdk/client.py:269: in __init__
    self._init_impl()
sentry_sdk/client.py:392: in _init_impl
    self.integrations = setup_integrations(
sentry_sdk/integrations/__init__.py:211: in setup_integrations
    type(integration).setup_once()
sentry_sdk/integrations/strawberry.py:81: in setup_once
    _patch_execute()
sentry_sdk/integrations/strawberry.py:293: in _patch_execute
    old_execute_sync = strawberry_schema.execute_sync
E   AttributeError: module 'strawberry.schema.schema' has no attribute 'execute_sync'
tests.integrations.strawberry.test_strawberry test_span_origin[sync_app_client_factory-False-framework_integrations1]
Stack Traces | 0.065s run time
.../integrations/strawberry/test_strawberry.py:661: in test_span_origin
    sentry_init(
tests/conftest.py:203: in inner
    client = sentry_sdk.Client(*a, **kw)
sentry_sdk/client.py:269: in __init__
    self._init_impl()
sentry_sdk/client.py:392: in _init_impl
    self.integrations = setup_integrations(
sentry_sdk/integrations/__init__.py:211: in setup_integrations
    type(integration).setup_once()
sentry_sdk/integrations/strawberry.py:81: in setup_once
    _patch_execute()
sentry_sdk/integrations/strawberry.py:293: in _patch_execute
    old_execute_sync = strawberry_schema.execute_sync
E   AttributeError: module 'strawberry.schema.schema' has no attribute 'execute_sync'

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@szokeasaurusrex szokeasaurusrex merged commit 0cda7d9 into master Feb 11, 2025
147 of 149 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex-patch-1 branch February 11, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants