修复一些网址

This commit is contained in:
GoEdgeLab
2024-06-01 14:37:13 +08:00
parent fa05d83155
commit be70925770
5 changed files with 20 additions and 20 deletions

View File

@@ -37,9 +37,9 @@ func TestCloudFlareProvider_GetRecords(t *testing.T) {
logs.PrintAsJSON(records, t)
}
t.Log("===teaos.cn===")
t.Log("===example.com===")
{
records, err := provider.GetRecords("teaos.cn")
records, err := provider.GetRecords("example.com")
if err != nil {
t.Fatal(err)
}