Skip to content

Commit 91da318

Browse files
committed
update
1 parent 3c7dfd6 commit 91da318

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ info:
350350
name: Apache 2.0
351351
url: https://www.apache.org/licenses/LICENSE-2.0.html
352352
title: BlueAPI Control
353-
version: 1.0.1
353+
version: 1.0.2
354354
openapi: 3.1.0
355355
paths:
356356
/config/oidc:

tests/system_tests/devices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
{
37-
"name": "sim",
37+
"name": "stage",
3838
"protocols": [
3939
{
4040
"name": "Readable",

tests/system_tests/plans.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"items": {
1111
"enum": [
1212
"det",
13-
"sim"
13+
"stage"
1414
],
1515
"type": "bluesky.protocols.Readable"
1616
},
@@ -895,7 +895,7 @@
895895
"items": {
896896
"enum": [
897897
"det",
898-
"sim"
898+
"stage"
899899
],
900900
"type": "bluesky.protocols.Readable"
901901
},

tests/system_tests/test_blueapi_system.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ def test_delete_current_environment(client: BlueapiClient):
392392
"detectors": [
393393
"det",
394394
],
395-
"spec": Line("stage.x", 0.0, 10.0, 2) * Line("stage.y", 5.0, 15.0, 3),
395+
"spec": Line("stage.x", 0.0, 10.0, 2)
396+
* Line("stage.theta", 5.0, 15.0, 3),
396397
},
397398
instrument_session="cm12345-1",
398399
),

0 commit comments

Comments
 (0)