Thomas Richardson commited on
Commit
cfc54bd
Β·
unverified Β·
2 Parent(s): cb71d194aaf925

Merge pull request #224 from ttt246/bugfix/image_relatedness_saucelabs

Browse files
.sauce/config.yml CHANGED
@@ -27,9 +27,9 @@ suites:
27
  testMatch:
28
  - 01 Send Notification
29
  - 02 Upload Image
30
- - 03 Image Relatedness
31
- - 04 Add Feedback
32
- - 05 Get Feedback
33
- - 06 Get Commands
34
- - 07 Rising Chat
35
- - 08 Train Contacts
 
27
  testMatch:
28
  - 01 Send Notification
29
  - 02 Upload Image
30
+ - 03 Add Feedback
31
+ - 04 Get Feedback
32
+ - 05 Get Commands
33
+ - 06 Rising Chat
34
+ - 07 Train Contacts
35
+ - 08 Image Relatedness
sauce_tests/{04 Add Feedback β†’ 03 Add Feedback}/input.yaml RENAMED
File without changes
sauce_tests/{04 Add Feedback β†’ 03 Add Feedback}/unit.yaml RENAMED
File without changes
sauce_tests/{05 Get Feedback β†’ 04 Get Feedback}/input.yaml RENAMED
File without changes
sauce_tests/{05 Get Feedback β†’ 04 Get Feedback}/unit.yaml RENAMED
File without changes
sauce_tests/{06 Get Commands β†’ 05 Get Commands}/input.yaml RENAMED
File without changes
sauce_tests/{06 Get Commands β†’ 05 Get Commands}/unit.yaml RENAMED
File without changes
sauce_tests/{07 Rising Chat β†’ 06 Rising Chat}/input.yaml RENAMED
File without changes
sauce_tests/{07 Rising Chat β†’ 06 Rising Chat}/unit.yaml RENAMED
File without changes
sauce_tests/{08 Train Contacts β†’ 07 Train Contacts}/input.yaml RENAMED
File without changes
sauce_tests/{08 Train Contacts β†’ 07 Train Contacts}/unit.yaml RENAMED
File without changes
sauce_tests/{03 Image Relatedness β†’ 08 Image Relatedness}/input.yaml RENAMED
File without changes
sauce_tests/{03 Image Relatedness β†’ 08 Image Relatedness}/unit.yaml RENAMED
@@ -11,15 +11,15 @@ assertions:
11
  "image_name": "0ddffe51-3763-48d9-ab74-2086de529217",
12
  "message": "This is the text about the image",
13
  "confs": {
14
- "token": "eSyP3i7ITZuq8hWn2qutTl:APA91bH1FtWkaTSJwuX4WKWAl3Q-ZFyrOw4UtMP4IfwuvNrHOThH7EvEGIhtguilLRyQNlLiXatEN0xntHAc8bbKobSGjge3wxIHlspbIWY_855CzONqaVdl3y3zOmgKZNnuhYi4gwbh",
15
- "uuid": "test-uuid",
16
  "openai_key": "",
17
  "pinecone_key": "",
18
  "pinecone_env": "",
19
  "firebase_key": "",
20
  "settings": {
21
  "temperature": 0.6
22
- }
 
 
23
  }
24
  }
25
  url: ${protocol}${domain}${endpoint}
 
11
  "image_name": "0ddffe51-3763-48d9-ab74-2086de529217",
12
  "message": "This is the text about the image",
13
  "confs": {
 
 
14
  "openai_key": "",
15
  "pinecone_key": "",
16
  "pinecone_env": "",
17
  "firebase_key": "",
18
  "settings": {
19
  "temperature": 0.6
20
+ },
21
+ "token": "eSyP3i7ITZuq8hWn2qutTl:APA91bH1FtWkaTSJwuX4WKWAl3Q-ZFyrOw4UtMP4IfwuvNrHOThH7EvEGIhtguilLRyQNlLiXatEN0xntHAc8bbKobSGjge3wxIHlspbIWY_855CzONqaVdl3y3zOmgKZNnuhYi4gwbh",
22
+ "uuid": "c40a09075d11940f"
23
  }
24
  }
25
  url: ${protocol}${domain}${endpoint}