8000 Add missing test assets · gentleway/server-client-python@acda7f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit acda7f5

Browse files
committed
Add missing test assets
Should have been part of tableau#903, but I forgot to `git add` them :/
1 parent 9ccc713 commit acda7f5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

test/assets/job_get_by_id_failed.xml

Lines changed: 9 additions & 0 deletions
Original fi 8000 le line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<tsResponse xmlns="http://tableau.com/api" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tableau.com/api https://help.tableau.com/samples/en-us/rest_api/ts-api_3_14.xsd">
3+
<job id="777bf7c4-421d-4b2c-a518-11b90187c545" mode="Asynchronous" type="UpdateUploadedFile" progress="100" createdAt="2021-10-05T18:53:34Z" startedAt="2021-10-05T18:53:34Z" completedAt="2021-10-05T18:53:35Z" finishCode="1">
4+
<updateUploadedFileJob>
5+
<datasource id="03b9fbec-81f6-4160-ae49-5f9f6d412758" name="World Indicators"/>
6+
<connectionLuid>c569ee62-9204-416f-843d-5ccfebc0231b</connectionLuid>
7+
</updateUploadedFileJob>
8+
</job>
9+
</tsResponse>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<tsResponse xmlns="http://tableau.com/api" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tableau.com/api https://help.tableau.com/samples/en-us/rest_api/ts-api_3_14.xsd">
3+
<job id="777bf7c4-421d-4b2c-a518-11b90187c545" mode="Asynchronous" type="UpdateUploadedFile" progress="0" createdAt="2021-10-05T18:53:34Z" startedAt="2021-10-05T18:53:34Z">
4+
<updateUploadedFileJob>
5+
<datasource id="03b9fbec-81f6-4160-ae49-5f9f6d412758" name="World Indicators"/>
6+
<connectionLuid>c569ee62-9204-416f-843d-5ccfebc0231b</connectionLuid>
7+
</updateUploadedFileJob>
8+
</job>
9+
</tsResponse>

0 commit comments

Comments
 (0)
0