🐛 fix(basic_example.json): change value of "value" key from "abc" to null to remove hardcoded value and improve flexibility
✅ test(test_user.py): add test to create a super user for testing purposes and ensure it returns the correct response 🔥 chore(utils.py): remove unused functions run_post and poll_task_status to clean up code
This commit is contained in:
parent
59b62aae17
commit
416d294117
3 changed files with 4 additions and 29 deletions
|
|
@ -236,7 +236,7 @@
|
|||
"placeholder": "",
|
||||
"show": true,
|
||||
"multiline": false,
|
||||
"value": "abc",
|
||||
"value": null,
|
||||
"password": true,
|
||||
"name": "openai_api_key",
|
||||
"display_name": "OpenAI API Key",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue