Skip to content

Commit

Permalink
fix plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiushin committed Jul 12, 2024
1 parent 34e334e commit dc7e757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/plugins/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ def nodes() -> List[Dict]:
"host": "localhost",
"port": 8000,
"protocol": "http",
"storage": "file:///tmp/deker_server"
},
{
"id": "8381202B-8C95-487A-B9B5-0B5270568040",
"host": "localhost",
"port": 8012,
"protocol": "http",
"storage": "file:///tmp/deker_server"
},
]

Expand Down

0 comments on commit dc7e757

Please sign in to comment.