Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Feb 28, 2024
1 parent 0859a5f commit 79e1e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/test_files/mod_install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ local
}

@test "install a mod with protocol in url" {
run powerpipe mod install https://github.com/turbot/steampipe-mod-hackernews-insights@0.3.0 --force
run powerpipe mod install https://github.com/turbot/steampipe-mod-hackernews-insights@0.4.0 --force
# should install with the protocol in the url prefix
assert_output '
Installed 1 mod:
local
└── github.com/turbot/steampipe-mod-hackernews-insights@v0.3.0'
└── github.com/turbot/steampipe-mod-hackernews-insights@v0.4.0'
}

# Installed 4 mods:
Expand Down

0 comments on commit 79e1e3c

Please sign in to comment.