Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jan 3, 2024
1 parent fd68849 commit 7aa66f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cloud-info/cloud_info_catchall/test_share_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ def test_get_project_no_vo_property(self):
self.assertEqual(self.discoverer.get_project_vos(p), [])

def test_get_project_multiple_vo_property(self):
p = {
"enabled": True,
"name": "foo.eu",
"egi.VO": "foo,bar"
}
p = {"enabled": True, "name": "foo.eu", "egi.VO": "foo,bar"}
self.assertEqual(self.discoverer.get_project_vos(p), ["foo", "bar"])

@patch("fedcloudclient.endpoint.get_projects_from_single_site")
Expand Down

0 comments on commit 7aa66f5

Please sign in to comment.