Skip to content

Commit

Permalink
Update condition
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Jan 25, 2023
1 parent e6561dc commit 671ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/console/graphql/queries/plural_queries_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defmodule Console.GraphQl.PluralQueriesTest do
assert hd(item["configuration"])["name"] == "name"
assert hd(item["configuration"])["documentation"] == "some documentation"
assert hd(item["configuration"])["type"] == "STRING"
assert hd(item["configuration"])["optional"] == true
assert hd(item["configuration"])["optional"]
end

test "it will set oidc enabled correctly" do
Expand Down

0 comments on commit 671ae0d

Please sign in to comment.