Regarding the issue with produce different request, the only difference is the id right?
Are tests making use of the same id?
Something very strange. We have 3 pipe implemantations LoaderAdapater, SupportLoaderAdapater (to use loader) and RestAdapter. These 3 implementations call RestRunner. RestRunner make use of HttpRestProvider to call your endpoint. HttpRestProvider is always responsible for creating the urls
Regarding the issue with produce different request, the only difference is the id right?
Are tests making use of the same id?
Something very strange. We have 3 pipe implemantations LoaderAdapater, SupportLoaderAdapater (to use loader) and RestAdapter. These 3 implementations call RestRunner. RestRunner make use of HttpRestProvider to call your endpoint. HttpRestProvider is always responsible for creating the urls