Browse Source

post hipchat

Fernando Alonso 7 years ago
parent
commit
bc53fa79fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      behat/testScreenshot/tests/acceptance/6compareCest.php

+ 1 - 1
behat/testScreenshot/tests/acceptance/6compareCest.php

@@ -85,6 +85,6 @@ shell_exec('curl -H "Content-Type: application/json" -X POST -d "{\"color\": \"p
 			echo "Directorio de comparación '" . $dir . "' actualizado. Fecha: " . $fecha . "_" . $hora . " Commit: " . $head . "\n" ;			
 	}
 shell_exec('curl -H "Content-Type: application/json" -X POST -d "{\"color\": \"purple\", \"message_format\": \"text\", \"message\": \"' . $MESSAGE2 . '\" }" https://api.hipchat.com/v2/room/' . $ROOM_ID . '/notification?auth_token=' . $AUTH_TOKEN);
-
+ 
 	}
 }