This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor is-auth-ready tests to use auth-types OAS only
- Loading branch information
Dom Harrington
committed
Oct 3, 2017
1 parent
1ebf0f4
commit f1b20dc
Showing
2 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"post": { | ||
"security": [ | ||
{ | ||
"oauth2": ["write:things"] | ||
"oauth": ["write:things"] | ||
} | ||
] | ||
} | ||
|
28 changes: 13 additions & 15 deletions
28
packages/api-explorer-ui/__tests__/lib/is-auth-ready.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters