diff --git a/Framework/Kernel/test/ErrorReporterTest.h b/Framework/Kernel/test/ErrorReporterTest.h
index 16bd6b6d11cfc3f5f448e401ac307531ebacb2fd..e3e23f42b33bb02c3b52b55a24e652d3282a9003 100644
--- a/Framework/Kernel/test/ErrorReporterTest.h
+++ b/Framework/Kernel/test/ErrorReporterTest.h
@@ -64,7 +64,7 @@ public:
     std::string name = "My testing application name";
     Mantid::Types::Core::time_duration upTime(5, 0, 7, 0);
     TestableErrorReporter errorService(name, upTime, "0", true, "name",
-                                       "email");
+                                       "email", "textBox");
     std::string message = errorService.generateErrorMessage();
 
     ::Json::Reader reader;