Fix reporter parser spec to use the right key for colour-mode

This commit is contained in:
Martin Hořeňovský
2022-04-06 15:17:17 +02:00
parent a51fd07bd0
commit 3c06bcb374
2 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ namespace Catch {
return {};
}
outputFileName = static_cast<std::string>( value );
} else if ( key == "colour" ) {
} else if ( key == "colour-mode" ) {
// Duplicated key
if ( colourMode ) {
return {};