mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Fix broken integration test
This commit is contained in:
parent
153f48f7c2
commit
5f57200d12
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package main
|
||||
|
|
@ -101,7 +102,7 @@ func testInstallCommandWithJsonnetHome(t *testing.T, jsonnetHome string) {
|
|||
jsonnetFileContent(t, jsonnetfile.File, []byte(initContents))
|
||||
|
||||
// install something, check it writes only if required, etc.
|
||||
installCommand("", jsonnetHome, tc.URIs, tc.single)
|
||||
installCommand("", jsonnetHome, tc.URIs, tc.single, "")
|
||||
jsonnetFileContent(t, jsonnetfile.File, tc.ExpectedJsonnetFile)
|
||||
if tc.ExpectedJsonnetLockFile != nil {
|
||||
jsonnetFileContent(t, jsonnetfile.LockFile, tc.ExpectedJsonnetLockFile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue