We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66535a commit 0350b23Copy full SHA for 0350b23
lib/logflare/sources/source.ex
@@ -107,7 +107,7 @@ defmodule Logflare.Sources.Source do
107
end
108
109
110
- @system_source_types [:rejected_events, :metrics, :logs]
+ @system_source_types [:metrics, :logs]
111
112
typed_schema "sources" do
113
field :name, :string
test/logflare/users/users_test.exs
@@ -127,7 +127,6 @@ defmodule Logflare.UsersTest do
127
128
assert Enum.any?(system_sources, &(&1.system_source_type == :metrics))
129
assert Enum.any?(system_sources, &(&1.system_source_type == :logs))
130
- assert Enum.any?(system_sources, &(&1.system_source_type == :rejected_events))
131
132
assert Users.Cache.get(user.id).system_monitoring
133
0 commit comments