소스 검색

POST hipchat 2

Fernando Alonso 7 년 전
부모
커밋
cc3b2d9d42
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      behat/testScreenshot/tests/acceptance/6compareCest.php

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

@@ -86,6 +86,5 @@ shell_exec('curl -H "Content-Type: application/json" -X POST -d "{\"color\": \"p
 	}
 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);
 
-
 	}
 }