diff options
author | Eduardo Julian | 2022-04-07 14:57:35 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-07 14:57:35 -0400 |
commit | c85697eee8ce3dac5480a3ba2b31cc4943e1d8e6 (patch) | |
tree | 50db3f6547b0ad765e6b47e65546f30ad8861c0b /stdlib/source/test/aedifex/repository | |
parent | 9224e54bf175ebe13c3fae42f04b649413c737e7 (diff) |
Better snapshot deployments for Aedifex.
Diffstat (limited to 'stdlib/source/test/aedifex/repository')
-rw-r--r-- | stdlib/source/test/aedifex/repository/remote.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/aedifex/repository/remote.lux b/stdlib/source/test/aedifex/repository/remote.lux index 9cfc118b9..bd2e68612 100644 --- a/stdlib/source/test/aedifex/repository/remote.lux +++ b/stdlib/source/test/aedifex/repository/remote.lux @@ -51,12 +51,12 @@ (maybe#each (same? /.user_agent)) (maybe.else false)) (case [method input] - [@http.#Get {.#None}] + [{@http.#Get} {.#None}] [http/status.ok [@http.#headers (http.headers (list)) @http.#body (..url_body url)]] - [@http.#Put {.#Some input}] + [{@http.#Put} {.#Some input}] (if (|> headers (dictionary.value "Authorization") (maybe#each (text#= (//identity.basic_auth user password))) |