WithServing makes the IDP run an actual http server.
()
| 368 | |
| 369 | // WithServing makes the IDP run an actual http server. |
| 370 | func WithServing() func(*FakeIDP) { |
| 371 | return func(f *FakeIDP) { |
| 372 | f.serve = true |
| 373 | } |
| 374 | } |
| 375 | |
| 376 | func WithIssuer(issuer string) func(*FakeIDP) { |
| 377 | return func(f *FakeIDP) { |
no outgoing calls