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
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
I noticed a bunch of extra http GETs in the debug log when I was calling
Squad().testruns()
.I see in the code we specifically are fetching it during attribute set here:
squad-client/squad_client/core/models.py
Line 339 in 131a765
Why are we fetching the environment data each time we build a
TestRun
object? That seems to be the only time it's done here and seems inconsistent.Below is what it looks like after it's been fetched. Note that all the other url-like fields are still urls, but
environment
is not.Thanks!
The text was updated successfully, but these errors were encountered: