mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
remove only
This commit is contained in:
parent
caa26de581
commit
81b1becd95
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { ADMIN_STORAGE_PATH } from "../../constants";
|
|||
import { Page } from "../../fixtures/pages";
|
||||
import { navigateToPage } from "../../helpers/navigation";
|
||||
|
||||
test.describe.only("Create Key", () => {
|
||||
test.describe("Create Key", () => {
|
||||
test.use({ storageState: ADMIN_STORAGE_PATH });
|
||||
|
||||
test("Able to create a key with all team models", async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue