gpt4 book ai didi

testing - 需要在 .yaml 文件中带上实际日期

转载 作者:行者123 更新时间:2023-11-28 21:36:42 27 4
gpt4 key购买 nike

我正在使用“tavern”来测试 Django API rest。我在这个库中很新,我不知道我的问题是否可行,但需要第二个标题中的日期属性,带上当前日期而不是硬编码日期。

这可能吗?

stages:
- name: login
request:
url: http//......
json:
email: email
password: pass
method: POST
headers:
content-type: application/json
response:
status_code: 200
body:
{
"refresh": refresh token
"access": access token
"id": 1,
"username": username,
"email": email,
"first_name": name,
"last_name": last,
"group": group,
"manager": null,
"profile_photo": photo
}
headers:
content-type: application/json
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
x-frame-options: SAMEORIGIN
connection: close
server: Werkzeug/0.12.2 Python/3.6.2
date: { here is the field }

最佳答案

可能的解决方案是在顶部写下以下行

strict: False

这将允许您评估或不评估哪些属性

关于testing - 需要在 .yaml 文件中带上实际日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58064546/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com