Skip to content

Commit

Permalink
update data fixtures in owe client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 4, 2023
1 parent 97b7a80 commit 11a40e2
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/engine/src/owe_python_sdk/tests/fixtures/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@
"archive_ids": [],
"tasks": [image_build, request],
"env": {
"TAPIS_SYSTEM_ID": "my-system-id",
"MANIFEST_FILES_PATH": "/",
"TAPIS_USERNAME": "testuser2",
"TAPIS_PASSWORD": "testuser2"
"TAPIS_SYSTEM_ID": {
"type": "string",
"value": "my-system-id"
},
"MANIFEST_FILES_PATH": {
"type": "string",
"value": "/"
},
"TAPIS_USERNAME": {
"type": "string",
"value": "testuser2"
},
"TAPIS_PASSWORD": {
"type": "string",
"value": "testuser2"
}
}
}

0 comments on commit 11a40e2

Please sign in to comment.