File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/core/tedge/src/cli/connect
tests/RobotFramework/devdata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ pub(crate) fn get_connected_c8y_url(
103
103
}
104
104
105
105
pub ( crate ) fn decode_jwt_token ( token : & str ) -> Result < String , ConnectError > {
106
- // JWT token format: <header>.<payload>.<signature>. Thus, we want only <paylaod >.
106
+ // JWT token format: <header>.<payload>.<signature>. Thus, we want only <payload >.
107
107
let payload = token
108
108
. split_terminator ( '.' )
109
109
. nth ( 1 )
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ SSH_CONFIG_HOSTNAME=
48
48
SSH_CONFIG_USERNAME=
49
49
SSH_CONFIG_PASSWORD=
50
50
51
- # Docker - statis /etc/hosts entries
51
+ # Docker - static /etc/hosts entries
52
52
# Custom /etc/hosts entries to reduce test failures due to dns lookup issues inside container
53
53
DEVICELIBRARY_HOST_C8YURL="example.mydomain.com=1.2.3.4"
You can’t perform that action at this time.
0 commit comments