コード例 #1
0
ファイル: unit_test.py プロジェクト: pcmxgti/tokendito
def test_validate_okta_aws_app_url(url, expected):
    """Test whether the Okta URL is parsed correctly."""
    from tokendito import helpers

    assert helpers.validate_okta_aws_app_url(input_url=url) is expected
コード例 #2
0
ファイル: unit_test.py プロジェクト: hb3b/tokendito
def test_validate_okta_aws_app_url(url, expected):
    """Test whether the Okta URL functions."""
    from tokendito import helpers

    assert helpers.validate_okta_aws_app_url(input_url=url) is expected