Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmercier42 committed Dec 11, 2023
1 parent 5970419 commit 11246e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/graphql/resolvers/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ defmodule AccentTest.GraphQL.Resolvers.Integration do
{:ok, integration} = Resolver.create(project, %{service: "foo", data: %{url: ""}}, context)

assert integration.errors == [
service: {"is invalid", [validation: :inclusion, enum: ["slack", "github", "discord"]]}
service: {"is invalid", [validation: :inclusion, enum: ["slack", "github", "discord", "azure"]]}
]

assert Repo.all(Integration) == []
Expand Down

0 comments on commit 11246e2

Please sign in to comment.