Skip to content

Commit

Permalink
Fix fleetserveretest unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Oct 4, 2024
1 parent 9225aa8 commit af1fe38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/fleetservertest/fleetserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func ExampleNewServer_checkin_fleetConnectionParams() {
// "name": "fake-input",
// "package_policy_id": "",
// "revision": 1,
// "secret_key": "secretValue",
// "streams": [],
// "type": "fake-input",
// "use_output": "default"
Expand All @@ -287,6 +288,9 @@ func ExampleNewServer_checkin_fleetConnectionParams() {
// }
// },
// "revision": 2,
// "secret_paths": [
// "inputs.0.secret_key"
// ],
// "secret_references": [],
// "signed": {
// "data": "eyJpZCI6IjI0ZTRkMDMwLWZmYTctMTFlZC1iMDQwLTlkZWJhYTVmZWNiOCIsImFnZW50Ijp7InByb3RlY3Rpb24iOnsiZW5hYmxlZCI6ZmFsc2UsInVuaW5zdGFsbF90b2tlbl9oYXNoIjoibE9SU2FESVFxNG5nbFVNSndXaktyd2V4ajRJRFJKQStGdG9RZWVxS0gvST0iLCJzaWduaW5nX2tleSI6Ik1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVE5QlBvSFVDeUx5RWxWcGZ3dktlRmRVdDZVOXdCYitRbFpOZjRjeTVlQXdLOVhoNEQ4ZkNsZ2NpUGVSczNqNjJpNklFZUd5dk9zOVUzK2ZFbHlVaWdnPT0ifX19",
Expand Down

0 comments on commit af1fe38

Please sign in to comment.