Skip to content

Commit

Permalink
Fix query in e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed May 14, 2024
1 parent fd37506 commit e75cfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/test-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ scenarios:
- curl --fail-with-body $(minikube service test-app-python-service --url -n default)
tests:
nrqls:
- query: FROM Transaction SELECT latest(something) AS 'start_time' WHERE appName = 'k8s-e2e-test-app-python'
- query: SELECT latest(duration) FROM Transaction WHERE appName = 'k8s-e2e-test-app-python' SINCE 10 minutes AGO
expected_results:
- key: "start_time"
- key: "duration"
lowerBoundedValue: 0.0
entities: []

0 comments on commit e75cfc8

Please sign in to comment.