Merge "Drop Nokia from file header copyright line, part 2"
[portal/ric-dashboard.git] / webapp-backend / src / test / java / org / oransc / ric / portal / dashboard / config / PortalApIMockConfiguration.java
index 6eeae85..a3d05be 100644 (file)
@@ -2,7 +2,7 @@
  * ========================LICENSE_START=================================
  * O-RAN-SC
  * %%
- * Copyright (C) 2019 AT&T Intellectual Property and Nokia
+ * Copyright (C) 2019 AT&T Intellectual Property
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -72,7 +72,7 @@ public class PortalApIMockConfiguration {
                doAnswer(inv -> {
                        logger.debug("getUserId");
                        return "userId";
-               }).when(mockManager).valdiateEcompSso(any(HttpServletRequest.class));
+               }).when(mockManager).validateEcompSso(any(HttpServletRequest.class));
                doAnswer(inv -> {
                        logger.debug("getAppCredentials");
                        return credentialsMap;