Skip to content

Commit

Permalink
Merge pull request #701 from OpenIDC/drop-mitm-server
Browse files Browse the repository at this point in the history
Drop MITMServer in favor of Responses
  • Loading branch information
tpazderka authored Oct 30, 2019
2 parents 454c868 + 19b4fb3 commit 6c5afa3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 363 deletions.
10 changes: 0 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ def session_db(session_db_factory):
return session_db_factory("https://op.example.com")


@pytest.fixture
def mitm_server(session_db_factory):
from tests.mitmsrv import MITMServer

def fac(name):
return MITMServer(name, session_db_factory=session_db_factory)

return fac


@pytest.fixture
def provider(session_db):
issuer = "https://op.example.com"
Expand Down
347 changes: 0 additions & 347 deletions tests/mitmsrv.py

This file was deleted.

Loading

0 comments on commit 6c5afa3

Please sign in to comment.