fix(core): refresh MCP OAuth token usage after re-auth (#26312)

Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
Sahil Kirad
2026-05-14 00:31:27 +05:30
committed by GitHub
parent fc4054446f
commit fd01cc03bf
5 changed files with 430 additions and 47 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ describe('file-system', () => {
).toBeDefined();
const newFileContent = rig.readFile(fileName);
expect(newFileContent).toBe('1.0.1');
expect(newFileContent.trimEnd()).toBe('1.0.1');
});
it.skip('should replace multiple instances of a string', async () => {