Fix spec for Admin::GeoNodesController

parent b95761ea
...@@ -260,7 +260,8 @@ describe Admin::GeoNodesController, :postgresql do ...@@ -260,7 +260,8 @@ describe Admin::GeoNodesController, :postgresql do
lfs_objects_count: 256, lfs_objects_count: 256,
lfs_objects_synced_count: 123, lfs_objects_synced_count: 123,
repositories_count: 10, repositories_count: 10,
repositories_synced_count: 5 repositories_synced_count: 5,
repositories_failed_count: 0
) )
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