Skip to content

Commit

Permalink
scaffold http smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanal committed Sep 21, 2022
1 parent 10770b1 commit efc7e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-tests/smoke-sdk-http.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ teardown_file() {
@test "Manual instrumentation adds custom attribute" {
result=$(span_attributes_for ${OTEL_SERVICE_NAME} | jq "select(.key == \"delay_ms\").value.intValue")
assert_equal "$result" '"100"'
}
}

0 comments on commit efc7e08

Please sign in to comment.