Defer openAPI cleanup

This commit is contained in:
Phani Teja Marupaka
2020-11-02 12:07:32 -08:00
parent 49094cf999
commit ec2cc2d421
13 changed files with 110 additions and 92 deletions

View File

@@ -103,7 +103,7 @@ func TestGetValuesForMarkers(t *testing.T) {
}
}
} else {
//if expectedError is not nil, check for correctness of error message
// if expectedError is not nil, check for correctness of error message
assert.Contains(t, err.Error(), test.expectedError.Error())
}
})