-
Notifications
You must be signed in to change notification settings - Fork 6
test(client): cleaning up imds tests #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
b9b96c2
to
3b7c1bc
Compare
309bd8c
to
d5071c6
Compare
…e/aks-secure-tls-bootstrap into rafael/imds_test-to-vanilla
…e/aks-secure-tls-bootstrap into rafael/imds_test-to-vanilla
client/internal/imds/imds_test.go
Outdated
tests := []struct { | ||
name string | ||
json string | ||
expectedErrSubStr string // Empty string indicates no error expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: expecterErrSubStr
-> 'expectedErr`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is still expectedErrSubStr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is still
expectedErrSubStr
did u want me to also change it to error type or leave it as a string?
@rmeji3 lgtm other than the 2 nits I just left |
No description provided.