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
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