Skip to content

Commit

Permalink
Change to config/server_roles.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 29, 2024
1 parent d458ca0 commit 67c3971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vmdb/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def asset_paths

def server_role_paths
@server_role_paths ||= filter_map do |engine|
file = engine.root.join("content/server_roles.csv")
file = engine.root.join("config/server_roles.csv")
file if file.exist?
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/models/server_role_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
end

context "with a plugin" do
let(:plugin_server_role_path) { ManageIQ::Api::Engine.root.join("content/server_roles.csv") }
let(:plugin_server_role_path) { ManageIQ::Api::Engine.root.join("config/server_roles.csv") }
let(:plugin_server_role_paths) { [plugin_server_role_path] }

before do
Expand Down

0 comments on commit 67c3971

Please sign in to comment.