mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-26 23:30:23 +00:00
Switch to replay handler
This commit is contained in:
parent
926e9f0187
commit
1136320049
@ -57,8 +57,8 @@ namespace TMDbLibTests.TestFramework
|
||||
_initializedAs = name;
|
||||
string file = Path.Combine(dataDir, $"data-{name}.json");
|
||||
|
||||
RecordingHandler handler = new RecordingHandler(file, new SocketsHttpHandler());
|
||||
//ReplayingHandler handler = new ReplayingHandler(file);
|
||||
//RecordingHandler handler = new RecordingHandler(file, new SocketsHttpHandler());
|
||||
ReplayingHandler handler = new ReplayingHandler(file);
|
||||
|
||||
HttpClient httpClient = new HttpClient(handler);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user