Skip to content

Commit f448d99

Browse files
authored
Merge pull request watson-developer-cloud#169 from watson-developer-cloud/hotfix-1.3.0-integration-tests
Hotfix 1.3.0 integration tests
2 parents 3b7489a + 71d6af8 commit f448d99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud .NET Standard SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.0
41+
PROJECT_NUMBER = 1.3.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ artifacts:
124124
deploy:
125125
- provider: NuGet
126126
api_key:
127-
secure: AaqUbQ5mJm8bYbpNH7GbAzYl45fZZHpqeNdtSd0wQNxjgYmLmvtMU5eByA/mkhxB
127+
secure: 2W1iN8vudnfbSezg9ZE4bfBBacbBHjhVuseZqsKsd2nCIydYaLRnW3kordCyeI/O
128128
on:
129129
branch: master
130130
APPVEYOR_REPO_TAG: true

test/IBM.WatsonDeveloperCloud.SpeechToText.v1.IntegrationTests/SpeechToTextServiceIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ private bool IsTrainingComplete()
717717
});
718718
}
719719

720-
return result.Status.ToLower() == "ready";
720+
return result.Status.ToLower() == "ready" || result.Status.ToLower() == "available";
721721
}
722722
}
723723
}

0 commit comments

Comments
 (0)