Skip to content

Commit 68468f9

Browse files
authored
chore(deps): upgrade MongoDB Driver and node-fetch to latest MONGOSH-2978 (#237)
* chore: Upgrade MongoDB Driver and node-fetch to latest * chore: Fix integration tests with Okta and update documentation There are many changes on how Okta works now and our tests were broken because of them. Essentially, we can split the changes in two sections: 1. In the Auth window, now the username and password are in two sections that require clicking on Submit first. 2. The application configuration in Okta changed drastically, forcing now MFA on any default application. I've updated the okta-setup.md to disable that behaviour on the custom application used for testing. * chore: Clarify that you can use Okta Verify in your laptop Okta Verify is now mandatory by default, but you don't need to install it in your phone if you already have it in your laptop. * chore: Run on the latest macOS distro
1 parent 516f44c commit 68468f9

File tree

5 files changed

+1125
-1004
lines changed

5 files changed

+1125
-1004
lines changed

.evergreen.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,9 @@ buildvariants:
108108
- test
109109
- test_electron
110110
- check
111-
- name: macos_x64_test
112-
display_name: 'macOS 14 x64'
113-
run_on: macos-14-gui
114-
tasks:
115-
- test
116-
- test_electron
117111
- name: macos_arm64_test
118-
display_name: 'macOS 14 arm64'
119-
run_on: macos-14-arm64-gui
112+
display_name: 'macOS 15 arm64'
113+
run_on: macos-15-arm64-gui
120114
tasks:
121115
- test
122116
- test_electron

0 commit comments

Comments
 (0)