mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-08 13:11:56 +08:00
Fix assertion
This commit is contained in:
parent
27ab77bbc0
commit
8dc94f35ca
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ defmodule Livebook.ConfigTest do
|
|||
end)
|
||||
|
||||
with_env([TEST_IDENTITY_PROVIDER: "cloudflare:123"], fn ->
|
||||
assert Config.identity_provider!("TEST_IDENTITY_PROVIDER")
|
||||
{:zta, Livebook.ZTA.Cloudflare, "123"}
|
||||
assert Config.identity_provider!("TEST_IDENTITY_PROVIDER") ==
|
||||
{:zta, Livebook.ZTA.Cloudflare, "123"}
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue