We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa58a72 commit 884697bCopy full SHA for 884697b
test/jetstream/api/kv_test.exs
@@ -187,6 +187,7 @@ defmodule Gnat.Jetstream.API.KVTest do
187
test "returns bucket info" do
188
assert {:ok, _} = KV.create_bucket(:gnat, "TEST_BUCKET_1")
189
assert {:ok, %{config: %{name: "KV_TEST_BUCKET_1"}}} = KV.info(:gnat, "TEST_BUCKET_1")
190
+ :ok = KV.delete_bucket(:gnat, "TEST_BUCKET_1")
191
assert {:error, %{"code" => 404}} = KV.info(:gnat, "NOT_A_BUCKET")
192
end
193
0 commit comments