test: re-enable unit test (#4455)

This commit is contained in:
Ítalo Johnny 2024-11-29 10:23:50 -03:00 committed by GitHub
commit 3ed44430ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ class TestCreateStateModel:
with pytest.raises(ValueError, match="get_output_by_method"):
create_state_model(method_one=mock_component.method_one, method_two=mock_component.method_two)
@pytest.mark.skip(reason="Temporarily disabled: sqlalchemy.exc.OperationalError")
@pytest.mark.usefixtures("client")
def test_graph_functional_start_state_update(self):
chat_input = ChatInput(_id="chat_input", session_id="test", input_value="test")
chat_output = ChatOutput(input_value="test", _id="chat_output", session_id="test")