diff --git a/app/shared/footer/FooterContent.spec.js b/app/shared/footer/FooterContent.spec.js
index 7229182c3..d6ba6422d 100644
--- a/app/shared/footer/FooterContent.spec.js
+++ b/app/shared/footer/FooterContent.spec.js
@@ -8,8 +8,12 @@ import { shallowWithIntl } from 'utils/testUtils';
import FooterContent from './FooterContent';
describe('shared/footer/FooterContent', () => {
+ const defaultProps = {
+ currentLang: 'fi',
+ };
+
function getWrapper(props) {
- return shallowWithIntl();
+ return shallowWithIntl();
}
describe('When there is no customization in use', () => {