Skip to content

Commit

Permalink
BTOG tests relied on this bug, which was fun
Browse files Browse the repository at this point in the history
BTOG init never conducted discovery, but _did_ pass an okapi object
during application setup, which is another way of saying that our
application didn't have anything that relied on the presence of this
bug, but our test suite did.
  • Loading branch information
zburke committed Jun 25, 2024
1 parent 9f18531 commit 8c763c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/bigtest/helpers/setup-application.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export default function setupApplication({
currentPerms: permissions,
isAuthenticated: true,
};
initialState.discovery = {
isFinished: true,
};
} else {
initialState.okapi = {
ssoEnabled: true,
Expand Down

0 comments on commit 8c763c9

Please sign in to comment.