Skip to content

Commit

Permalink
Adding k6 to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 4, 2024
1 parent 7ddb9c4 commit c54325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k6/add-pokemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- selector: span[tracetest.span.type="database" name="create pokeshop.pokemon" db.system="postgres" db.name="pokeshop" db.user="ashketchum" db.operation="create" db.sql.table="pokemon"]
name: A Pokemon was inserted on database
assertions:
- attr:db.result | json_path '$.imageUrl' = "https://assets.pokemon.com/assets/cms2/img/pokedex/full/052.png"
- attr:db.result | json_path '$.imageUrl' = "https://assets.pokemon.com/assets/cms2/img/pokedex/full/006.png"
`;

const response = http.post(url, payload, params);
Expand Down

0 comments on commit c54325f

Please sign in to comment.