Commit 44b6781
committed
fix(ReplicatorTestCase): Start host before GetTestServer()
When using HostBuilder, GetTestServer() requires the host to be
explicitly started first — unlike the legacy WebHostBuilder which
started it implicitly. Add host.Start() before GetTestServer()
calls in both branches (startup class and middleware).1 parent 7e826ad commit 44b6781
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
0 commit comments