Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Correct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Avalos-Ribas committed Sep 12, 2024
1 parent 55a612d commit 307fe1d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/steps/services/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,26 @@ describe('#fetchServices', () => {
publishNotReadyAddresses: { type: 'boolean' },
sessionAffinity: { type: 'string' },
type: { type: 'string' },
clusterIpVersion: {
type: 'array',
items: { type: 'string' },
},
apiVersion: {
type: 'array',
items: { type: 'string' },
},
portName: {
type: 'array',
items: { type: 'string' },
},
portNumber: {
type: 'array',
items: { type: 'number' },
},
protocol: {
type: 'array',
items: { type: 'string' },
},
},
},
},
Expand Down

0 comments on commit 307fe1d

Please sign in to comment.