Skip to content

Commit

Permalink
Update test/vault/client/http_test.clj
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Look <greg@greg-look.net>
  • Loading branch information
alexparlett and greglook committed Mar 31, 2021
1 parent cd6ddea commit ef2b1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vault/client/http_test.clj
Expand Up @@ -119,7 +119,7 @@
:accept :json
:as :json}]]
@api-requests))
(is (= [[(str "AWS auth role=my-role")
(is (= [["AWS auth role=my-role"
(:auth client)
:do-api-request-response]]
@api-auths)))))
Expand Down

0 comments on commit ef2b1a3

Please sign in to comment.