Fixing merge

This commit is contained in:
Ryan Baxter
2023-03-22 20:22:08 -04:00
parent fab9ceb0e5
commit 63e70ee9d8
2 changed files with 17 additions and 0 deletions

View File

@@ -194,6 +194,11 @@ public class ResourceControllerIntegrationTests {
return new ResourceController(resourceRepository(), environmentRepository(), resourceEncryptorMap);
}
@Bean
public ResourceControllerAdvice resourceControllerAdvice() {
return new ResourceControllerAdvice();
}
}
}