Son NK 5 年之前
父節點
當前提交
a0c199732f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/api/test_alias_options.py

+ 1 - 1
tests/api/test_alias_options.py

@@ -39,7 +39,7 @@ def test_different_scenarios(flask_client):
         headers={"Authentication": api_key.code},
     )
 
-    assert r.json["custom"]["suggestion"] == "www_test_com"
+    assert r.json["custom"]["suggestion"] == "test"
 
     # <<< with recommendation >>>
     alias = GenEmail.create_new_gen_email(user.id)