Skip to content

Commit 0f00451

Browse files
authored
Updated tests to reflect new CI infrastructure (#244)
Fixes due to recent wipe of Shotgun site used for CI.
1 parent 1a2cbe1 commit 0f00451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ environment:
2424
secure: 0/BofzMkXtzwtRqzC94FHt3lcyMBG0rr2w0rUropeT4=
2525
SG_SCRIPT_NAME: python-api-test
2626
SG_API_KEY:
27-
secure: cTW+pBjl1H17hsjDOvLaspqkc3H9juXfOhoXMvdcA2l3b5FQeJVYUBWaJUxmqTw9gEzAHmUS6R4WVvw07IWOQ9on8UFHsHqv3JkL2Ji/Oeo=
27+
secure: Zjz4JgVnT8npR4By6HZDJNJFjDDBFLW+7pOc/eD5kqQ=
2828
SG_PROJECT_NAME: SG unittest project for AppVeyor
2929

3030
build: off

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def test_set_status_list(self):
10661066
entity = 'Task'
10671067
entity_id = self.task['id']
10681068
field_name = 'sg_status_list'
1069-
pos_values = ['rdy', 'fin']
1069+
pos_values = ['wtg', 'fin']
10701070
expected, actual = self.assert_set_field(entity,
10711071
entity_id,
10721072
field_name,

0 commit comments

Comments
 (0)