Skip to content

Commit

Permalink
Rename status to status_code in heartbeat http test
Browse files Browse the repository at this point in the history
Related to elastic#7274
  • Loading branch information
jsoriano committed Jun 8, 2018
1 parent 76e292d commit ad1b23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heartbeat/tests/system/test_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_http(self, status_code):

server.shutdown()
output = self.read_output()
assert status_code == output[0]["http.response.status"]
assert status_code == output[0]["http.response.status_code"]

@parameterized.expand([
("8181", "up"),
Expand Down
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ clean:: ## @build Cleans up all files generated by the build steps
@rm -f docker-compose.yml.lock
@rm -f ${BEAT_NAME} ${BEAT_NAME}.test ${BEAT_NAME}.exe ${BEAT_NAME}.test.exe
@rm -f _meta/fields.generated.yml fields.yml
@rm -f $(PWD)/_meta/kibana.generated
@rm -fr $(PWD)/_meta/kibana.generated
@rm -f ${BEAT_NAME}.template*.json

.PHONY: ci
Expand Down

0 comments on commit ad1b23e

Please sign in to comment.