You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix fetch-create-org-full-scan method name (6 tests)
Fixed SDK method name mismatch in scan creation tests.
The implementation calls sockSdk.createFullScan() but tests were expecting
mockSdk.createOrgFullScan(). Updated all test expectations to use the
correct method name createFullScan to match the actual implementation.
Tests fixed: 6
Total tests fixed: 140
0 commit comments