You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #697 from cderici/fix-no-model-name-case
#697
#### Description
This PR fixes the `model.connect_current()` call which currently fails at the after_connect where we pull up the model info. The reason of the failure is that we neither have a `model_name`, nor a `model_uuid` for the controller to pull up the info. To solve it, this change gets the `model_uuid` from the connector during connect (if we don't use the endpoints, in which case we don't have a problem to begin with).
#### QA Steps
This change also introduces an integration test, namely, `test_connect_current`, so the following should pass.
```
tox -e integration -- tests/integration/test_model.py::test_connect_current
```
#### Notes & Discussion
0 commit comments