Improve test coverage of rbac stuff
Compare changes
- Fabian Seidl authored
+ 2
− 2
@@ -28,7 +28,7 @@ func TestLogin(t *testing.T) {
@@ -28,7 +28,7 @@ func TestLogin(t *testing.T) {
@@ -38,7 +38,7 @@ func TestLogin(t *testing.T) {
@@ -38,7 +38,7 @@ func TestLogin(t *testing.T) {
err := userService.Add(&rbac.User{UserID: uuid.New(), UserName: "admin", Roles: map[string]string{pndID: "admin"}, Password: "admin"})