Skip to content

Commit

Permalink
change e2e test directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
mchrome committed Mar 11, 2024
1 parent ab4a665 commit e9c5b9f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ points = [{value = 1.0, time = "rnow-10"}]
name = "test;env=dr"
points = [{value = 1.0, time = "rnow-10"}]

############################################################################################
### Tests that ensure that gch gives the same responses to seriesByTag targets as carbon ###
############################################################################################
### seriesByTag('name=request_success_total.counter', 'app=test', 'project=Test', 'environment=TEST') ###

[[test.render_checks]]
from = "rnow-10"
Expand All @@ -61,8 +59,6 @@ targets = [
"seriesByTag('name=request_success_total.counter', 'app=test', 'project=Test', 'environment=TEST')",
]

### seriesByTag('name=request_success_total.counter', 'app=test', 'project=Test', 'environment=TEST') ###

[[test.render_checks.result]]
name = "request_success_total.counter;app=test;environment=TEST;project=Test"
path = "seriesByTag('name=request_success_total.counter', 'app=test', 'project=Test', 'environment=TEST')"
Expand Down

0 comments on commit e9c5b9f

Please sign in to comment.