Skip to content

Commit

Permalink
Merge master into feature/emr
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 14, 2024
2 parents 866f947 + 545dc4f commit 8b04639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('supplementalContextUtil', function () {

beforeEach(async function () {
testFolder = await TestFolder.create()
sinon.stub(FeatureConfigProvider.instance, 'getProjectContextGroup').alwaysReturned('control')
sinon.stub(FeatureConfigProvider.instance, 'getProjectContextGroup').returns('control')
})

afterEach(function () {
Expand Down

0 comments on commit 8b04639

Please sign in to comment.