mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
feat: remoe codex references after merging of main branch
This commit is contained in:
10
apps/server/tests/fixtures/configs.ts
vendored
10
apps/server/tests/fixtures/configs.ts
vendored
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Configuration fixtures for testing Codex config manager
|
||||
* Configuration fixtures for testing
|
||||
*/
|
||||
|
||||
export const tomlConfigFixture = `
|
||||
@@ -15,11 +15,3 @@ enabled_tools = ["UpdateFeatureStatus"]
|
||||
[mcp_servers.automaker-tools.env]
|
||||
AUTOMAKER_PROJECT_PATH = "/path/to/project"
|
||||
`;
|
||||
|
||||
export const codexAuthJsonFixture = {
|
||||
token: {
|
||||
access_token: "test-access-token",
|
||||
refresh_token: "test-refresh-token",
|
||||
id_token: "test-id-token",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user