Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Dec 10, 2024
1 parent dc9b1fb commit 235f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/v1/observations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module V1
describe "non concession activity" do
let(:fmu) { create(:fmu) }
let(:report) { create(:observation_report, observers: [ngo_observer]) }
let!(:observation) { create(:observation, observation_report: report, non_concession_activity: true, fmu: fmu) }
let!(:observation) { create(:observation, observation_report: report, country: create(:country, iso: "COD"), non_concession_activity: true, fmu: fmu) }

context "observation tool user" do
it "shows fmu for non concession activity observations" do
Expand Down

0 comments on commit 235f0e5

Please sign in to comment.