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

Daily Integration Test Failed #90

Open
xrgarcia opened this issue Jul 25, 2023 · 0 comments
Open

Daily Integration Test Failed #90

xrgarcia opened this issue Jul 25, 2023 · 0 comments
Assignees
Labels
Testing Features or fixing failed tests.
Milestone

Comments

@xrgarcia
Copy link
Owner

FAILED tests/test_single_client_integration.py::TestSingleClientIntegrationSuite::test_get_ema_dict - AssertionError: meta_data is empty
assert 0

  • where 0 = len({})
  • where {} = Quote(success=False, limit_reached=False, status_code=200, error_message='Symbol not found', csv=None, symbol='TSLA', data={}, meta_data={}).meta_data
    FAILED tests/test_single_client_integration.py::TestSingleClientIntegrationSuite::test_get_ema_str - AssertionError: meta_data is empty
    assert 0
  • where 0 = len({})
  • where {} = Quote(success=False, limit_reached=False, status_code=200, error_message='Symbol not found', csv=None, symbol='TSLA', data={}, meta_data={}).meta_data
    FAILED tests/test_single_client_integration.py::TestSingleClientIntegrationSuite::test_get_wma_dict - AssertionError: meta_data is empty
    assert 0
  • where 0 = len({})
  • where {} = Quote(success=False, limit_reached=False, status_code=200, error_message='Symbol not found', csv=None, symbol='TSLA', data={}, meta_data={}).meta_data
@xrgarcia xrgarcia added the Testing Features or fixing failed tests. label Jul 25, 2023
@xrgarcia xrgarcia added this to the 2.4.0 milestone Jul 25, 2023
@xrgarcia xrgarcia self-assigned this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing Features or fixing failed tests.
Projects
None yet
Development

No branches or pull requests

1 participant