Skip to content

Commit f0c2428

Browse files
dspeck1kfindeisen
authored andcommitted
Increment schema registry version after schema re-registered.
This was due to Sasquatch dev issues.
1 parent a68bf25 commit f0c2428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tester/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Instrument:
6464
"LSSTCam-imSim": Instrument(1, 189, 999),
6565
}
6666
# The schema ID of the ``next_visit`` message in the Sasquatch REST Proxy.
67-
SCHEMA_ID = 99
67+
SCHEMA_ID = 170
6868

6969
max_exposure = {
7070
"HSC": 21474800,

0 commit comments

Comments
 (0)