Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
73fbe24b
Commit
73fbe24b
authored
2 months ago
by
Alok Joshi
Browse files
Options
Downloads
Patches
Plain Diff
fix unit test
parent
f3162704
Branches
trusted-cache_ent
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!553
Add cache for entitlements authorize mechanism
Pipeline
#304838
passed with warnings
2 months ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: publish
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
notification-core/src/test/java/org/opengroup/osdu/notification/auth/AuthorizationFilterTest.java
+1
-2
1 addition, 2 deletions
...group/osdu/notification/auth/AuthorizationFilterTest.java
with
1 addition
and
2 deletions
notification-core/src/test/java/org/opengroup/osdu/notification/auth/AuthorizationFilterTest.java
+
1
−
2
View file @
73fbe24b
...
...
@@ -35,7 +35,6 @@ import org.opengroup.osdu.notification.utils.Config;
import
org.powermock.modules.junit4.PowerMockRunner
;
import
jakarta.servlet.http.HttpServletRequest
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
java.util.ArrayList
;
import
java.util.HashMap
;
...
...
@@ -77,7 +76,7 @@ public class AuthorizationFilterTest {
@Mock
private
IPubsubRequestBodyExtractor
extractor
;
@
Autowired
@
Mock
private
ICache
<
String
,
Groups
>
cache
;
@InjectMocks
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment