Skip to content

Commit

Permalink
Missed auth method test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller committed Feb 6, 2024
1 parent 0069822 commit 9df8a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ var _ = Describe("Login", func() {
{{ end }}
],
"access_token": "{{ .accessToken }}",
"refresh_token": "{{ .refreshToken }}"
"refresh_token": "{{ .refreshToken }}",
"auth_method": "password"
}`,
"url", sdk.DefaultURL,
"tokenURL", ssoServer.URL(),
Expand Down

0 comments on commit 9df8a31

Please sign in to comment.