Skip to content

Commit

Permalink
SCALRCORE-17735 Linter
Browse files Browse the repository at this point in the history
[API_BRANCH]
  • Loading branch information
petroprotsakh committed Oct 28, 2021
1 parent 215f4a1 commit 77884d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions identity_provider.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package scalr

const (
defaultIdentityProviderScalrID = "idp-sohkb0o1phrdmr8"
defaultIdentityProviderLdapID = "idp-sojhv9e8mc2k808"
)

// IdentityProvider represents a Scalr identity provider.
type IdentityProvider struct {
ID string `jsonapi:"primary,identity-providers"`
Expand Down
8 changes: 5 additions & 3 deletions user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ import (
)

const (
defaultUserID = "user-suh84u6vuvidtbg"
defaultUserLdapID = "user-suh84u72qsmbuvg"
defaultUserLdapEmail = "produser1@scalr.local"
defaultUserID = "user-suh84u6vuvidtbg"
defaultUserLdapID = "user-suh84u72qsmbuvg"
defaultUserLdapEmail = "produser1@scalr.local"
defaultIdentityProviderScalrID = "idp-sohkb0o1phrdmr8"
defaultIdentityProviderLdapID = "idp-sojhv9e8mc2k808"
)

func TestUsersList(t *testing.T) {
Expand Down

0 comments on commit 77884d4

Please sign in to comment.