mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
dca7267e82
* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests * Updated example test suites * Fixed config file * Updated go.sum * Switched back to ubuntu * Added release action
8 lines
179 B
YAML
8 lines
179 B
YAML
query:
|
|
ref: ../../../examples/download.fql
|
|
assert:
|
|
text: |
|
|
LET result = @lab.data.query.result
|
|
T::EQ(result.type, "png")
|
|
T::NOT::EMPTY(result.data)
|
|
RETURN NONE |