Skip to content

Commit

Permalink
fix @oclif/core v2 issue in app/info test
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 3, 2023
1 parent 8c88ed5 commit 3877390
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/commands/app/info.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ OF ANY KIND, either express or implied. See the License for the specific languag
governing permissions and limitations under the License.
*/

global.mockFs()
const TheCommand = require('../../../src/commands/app/info.js')
const BaseCommand = require('../../../src/BaseCommand.js')
const yaml = require('js-yaml')
Expand Down Expand Up @@ -57,10 +56,6 @@ describe('instance methods', () => {
})

describe('run', () => {
beforeEach(() => {
// mock files
global.loadFixtureApp('exc')
})
const checkHiddenSecrets = (logMock) => {
expect(logMock).not.toHaveBeenCalledWith(expect.stringContaining(global.fakeConfig.creds.runtime.auth))
expect(logMock).not.toHaveBeenCalledWith(expect.stringContaining(global.fakeS3Creds.accessKeyId))
Expand Down

0 comments on commit 3877390

Please sign in to comment.