Private
Public Access
Antigravity is dog shit.
This commit is contained in:
@@ -12,9 +12,9 @@ def test_context_preview_and_ast_inspector(live_gui):
|
||||
|
||||
# Set context file
|
||||
resp = requests.post("http://127.0.0.1:8999/api/gui", json={
|
||||
"action": "set_value",
|
||||
"item": "files",
|
||||
"value": ["src/aggregate.py"]
|
||||
"action": "custom_callback",
|
||||
"callback": "set_context_files",
|
||||
"args": [["src/aggregate.py"]]
|
||||
})
|
||||
assert resp.status_code == 200
|
||||
time.sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user