We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a842bb commit 23111c3Copy full SHA for 23111c3
test/integration/nodebalancers_test.go
@@ -45,9 +45,9 @@ func TestNodeBalancer_Create_Type(t *testing.T) {
45
t.Errorf("nodebalancer returned does not match nodebalancer create request")
46
}
47
// add this test case once the api supports returning it
48
- // if nodebalancer.Type != linodego.NBTypeCommon {
49
- // t.Errorf("nodebalancer returned type does not match the type of the nodebalancer create request")
50
- // }
+ if nodebalancer.Type != linodego.NBTypeCommon {
+ t.Errorf("nodebalancer returned type does not match the type of the nodebalancer create request")
+ }
51
52
assertDateSet(t, nodebalancer.Created)
53
assertDateSet(t, nodebalancer.Updated)
0 commit comments