Skip to content

Commit

Permalink
test(data-thesesul): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leogail committed Nov 14, 2024
1 parent 0b240e4 commit cc8e954
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 46 deletions.
8 changes: 5 additions & 3 deletions services/data-thesesul/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ computing_token: jsonpath "$[0].value"
[Asserts]
variable "computing_token" exists

POST {{host}}/v1/retrieve-tests
POST {{host}}/v1/retrieve
content-type: application/json
[Options]
delay: 10000
Expand All @@ -30,5 +30,7 @@ delay: 10000
```

HTTP 200
Content-Type: application/json
`[{"value":"True"}]`
Content-type: application/x-gzip
[Asserts]
bytes count > 3890000
bytes count < 3892000
14 changes: 0 additions & 14 deletions services/data-thesesul/v1/retrieve-tests.ini

This file was deleted.

28 changes: 0 additions & 28 deletions services/data-thesesul/v1/retrieve-tests.py

This file was deleted.

1 change: 0 additions & 1 deletion services/data-thesesul/v1/sudoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@

sys.stdout.write(json.dumps({"value":"empty, just to proc webhook"}))
sys.stdout.write("\n")

0 comments on commit cc8e954

Please sign in to comment.