Skip to content

Commit

Permalink
fix(test): update trace names asserition on Pokeshop (#1846)
Browse files Browse the repository at this point in the history
Fixing trace names on Pokeshop
  • Loading branch information
danielbdias authored Jan 17, 2023
1 parent 3916865 commit 5dd85b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tracetesting/features/http_test/05_create_http_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"specs": [
{
"selector": {
"query": "span[name = \"pg.query:SELECT\"]"
"query": "span[name = \"pg.query:SELECT pokeshop\"]"
},
"assertions": ["attr:tracetest.selected_spans.count > 0"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"specs": [
{
"selector": {
"query": "span[name = \"pg.query:SELECT\"]"
"query": "span[name = \"pg.query:SELECT pokeshop\"]"
},
"assertions": ["attr:tracetest.selected_spans.count > 0"]
}
Expand Down

0 comments on commit 5dd85b4

Please sign in to comment.