Skip to content

Commit

Permalink
Enable testing status event (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpintor authored Sep 24, 2024
1 parent b70d00a commit 4139405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def test_rejects_cursor_with_fql_query(scoped_client):
scoped_client.stream(fql("Collection.create({name: 'Product'})"), opts)


@pytest.mark.xfail(reason="not currently supported by core")
def test_handle_status_events(scoped_client):
scoped_client.query(fql("Collection.create({name: 'Product'})"))

Expand Down

0 comments on commit 4139405

Please sign in to comment.