We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61c72e commit 46e90a6Copy full SHA for 46e90a6
test/oban/web/pages/crons/detail_test.exs
@@ -8,11 +8,11 @@ end
8
defmodule Oban.Web.Pages.Crons.DetailTest do
9
use Oban.Web.Case
10
11
- @moduletag :pro
12
-
13
alias Oban.Pro.Plugins.DynamicCron
14
alias Oban.Workers.DetailCronWorker
15
+ @moduletag :pro
+
16
setup do
17
start_supervised_oban!(
18
plugins: [
test/oban/web/pages/crons/index_test.exs
@@ -22,10 +22,10 @@ end
22
defmodule Oban.Web.Pages.Crons.IndexTest do
23
24
25
26
27
28
29
30
static_crontab = [
31
{"* * * * *", Oban.Workers.CronA},
0 commit comments