Commit e97224ff authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix GeoNode spec

parent 4eba1f1f
......@@ -63,7 +63,7 @@ describe GeoNode, type: :model do
subject { GeoNode.new(schema: 'https', host: 'localhost', port: 3000, relative_url_root: 'gitlab') }
it 'returns api url based on node uri' do
expect(subject.notify_url).to eq('https://localhost:3000/gitlab/api/geo/refresh_projects')
expect(subject.notify_url).to eq('https://localhost:3000/gitlab/api/v3/geo/refresh_projects')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment