Skip to content

Commit 33d1175

Browse files
committed
fix kotlin tests
1 parent 69b0a2c commit 33d1175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/kotlin/src/main/kotlin/io/appwrite/Client.kt.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Client @JvmOverloads constructor(
6262
init {
6363
headers = mutableMapOf(
6464
"content-type" to "application/json",
65-
"user-agent" to "{{spec.title | caseUcfirst}}Kotlin/{{ sdk.version }} (${os.type()} ${os.version()}; ${os.arch()})",
65+
"User-Agent" to "{{spec.title | caseUcfirst}}Kotlin/{{ sdk.version }} ",
6666
"x-sdk-version" to "{{spec.title | caseDash}}:{{ language.name | caseLower }}:${BuildConfig.SDK_VERSION}"{% if spec.global.defaultHeaders | length > 0 %},{% endif %}
6767

6868

0 commit comments

Comments
 (0)