We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9542c1 commit bb3011eCopy full SHA for bb3011e
1 file changed
integration-tests/utils/helpers.ts
@@ -205,9 +205,7 @@ const isNativeAuthAccessTokenCached = ():boolean => {
205
const getTokenPathByOS = () => {
206
switch (os.type()) {
207
case 'Linux': {
208
- const configDir = `${os.homedir()}/.cache/itp`
209
- expect(fs.existsSync(configDir),"Cache dir exists").to.be.true;
210
- return `${configDir}/token.json`
+ return `${os.homedir()}/.cache/itp/token.json`
211
}
212
213
case 'Windows_NT': {
0 commit comments