Skip to content

Commit

Permalink
Fix elixir test with missing bucket in feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Sep 9, 2024
1 parent db4fab7 commit c2e9445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/test/orcasite_web/graphql/moderator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ defmodule OrcasiteWeb.ModeratorTest do
lat_lng_string: "48.5583362, -123.1735774",
name: "Orcasound Lab (Haro Strait)",
node_name: "rpi_orcasound_lab",
bucket: "streaming-orcasound-net",
slug: "orcasound-lab"
}
)
Expand Down
1 change: 1 addition & 0 deletions server/test/orcasite_web/graphql/radio_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ defmodule OrcasiteWeb.RadioTest do
lat_lng_string: "48.5583362, -123.1735774",
name: "Orcasound Lab (Haro Strait)",
node_name: "rpi_orcasound_lab",
bucket: "streaming-orcasound-net",
slug: "orcasound-lab"
}
)
Expand Down

0 comments on commit c2e9445

Please sign in to comment.