mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 19:46:40 +02:00
Refactor gates creating service, repository and tests
This commit is contained in:
24
tests/resources/mock_gates.json
Normal file
24
tests/resources/mock_gates.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"gateA": {
|
||||
"name": "Gate A",
|
||||
"id": "1"
|
||||
},
|
||||
"gateB": {
|
||||
"name": "Gate B",
|
||||
"id": "2",
|
||||
"status": 0
|
||||
},
|
||||
"gateC": {
|
||||
"name": "Gate C",
|
||||
"id": "3"
|
||||
},
|
||||
"gateD": {
|
||||
"name": "Gate D",
|
||||
"id": "4",
|
||||
"status": 0
|
||||
},
|
||||
"gateE": {
|
||||
"name": "Gate E",
|
||||
"id": "5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user