Skip to content

Commit

Permalink
Updated tests to reflect new CI infrastructure (#244)
Browse files Browse the repository at this point in the history
Fixes due to recent wipe of Shotgun site used for CI.
  • Loading branch information
jfboismenu authored Apr 6, 2021
1 parent 1a2cbe1 commit 0f00451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
secure: 0/BofzMkXtzwtRqzC94FHt3lcyMBG0rr2w0rUropeT4=
SG_SCRIPT_NAME: python-api-test
SG_API_KEY:
secure: cTW+pBjl1H17hsjDOvLaspqkc3H9juXfOhoXMvdcA2l3b5FQeJVYUBWaJUxmqTw9gEzAHmUS6R4WVvw07IWOQ9on8UFHsHqv3JkL2Ji/Oeo=
secure: Zjz4JgVnT8npR4By6HZDJNJFjDDBFLW+7pOc/eD5kqQ=
SG_PROJECT_NAME: SG unittest project for AppVeyor

build: off
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def test_set_status_list(self):
entity = 'Task'
entity_id = self.task['id']
field_name = 'sg_status_list'
pos_values = ['rdy', 'fin']
pos_values = ['wtg', 'fin']
expected, actual = self.assert_set_field(entity,
entity_id,
field_name,
Expand Down

0 comments on commit 0f00451

Please sign in to comment.