test: reset opencode tests to dev

This commit is contained in:
Dax Raad
2026-05-12 23:19:38 -04:00
parent c609b48dc8
commit 919f13ee1a
51 changed files with 121654 additions and 67423 deletions
@@ -593,12 +593,6 @@ const scenarios: Scenario[] = [
check(auth.test === undefined, "auth remove should delete provider from isolated auth file")
}),
),
http.protected.get("/api/model", "v2.model.list").json(200, array, "none"),
http.protected.get("/api/provider", "v2.provider.list").json(200, array, "none"),
http.protected
.get("/api/provider/{providerID}", "v2.provider.get")
.at((ctx) => ({ path: route("/api/provider/{providerID}", { providerID: "opencode" }), headers: ctx.headers() }))
.json(200, object, "none"),
http.protected
.get("/api/session", "v2.session.list")
.at((ctx) => ({ path: "/api/session?roots=true", headers: ctx.headers() }))