Ai
1 Star 0 Fork 0

Alibaba Cloud/saml2alibabacloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
saml_client_test.go 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
紫英 提交于 2020-12-28 18:00 +08:00 . :white_check_mark:fix test for saml client
package saml2alibabacloud
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestProviderList_Keys(t *testing.T) {
names := MFAsByProvider.Names()
require.Len(t, names, 16)
}
func TestProviderList_Mfas(t *testing.T) {
mfas := MFAsByProvider.Mfas("Ping")
require.Len(t, mfas, 1)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun/saml2alibabacloud.git
git@gitee.com:aliyun/saml2alibabacloud.git
aliyun
saml2alibabacloud
saml2alibabacloud
master

搜索帮助