aspnet/MusicStore

Re-enable tests disabled by cookie path changes

pranavkm opened this issue · 3 comments

Changes to revert 06673e0

Eilon commented

@javiercn - is this something we can do a workaround for in 2.0.0?

@Eilon I'm looking into it. I discussed with @Tratcher and we are trying to workaround HttpClient limitations on the test itself. If i'm not able to do so, I will workaround it by configuring the path on the cookie dynamically based on the presence of a header and I will make HttpClient in that test send that header.

Essentially so that F5 works like in a real world scenario, and the tests work almost like a real world scenario except for the cookie path.