Skip to content

Commit

Permalink
Merge branch 'main' into azure-apps-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Dec 13, 2023
2 parents 80c39f9 + 39c398f commit fba97e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
branch: main
default_author: github_actor
message: 'Update helm docs'
pull: 'NO-PULL'
pull: 'NO-PULL'
4 changes: 2 additions & 2 deletions cmd/kosli/assertSnapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ type assertSnapshotTestConfig struct {

func (suite *AssertSnapshotCommandTestSuite) SetupTest() {
suite.envName = "env-to-assert"
suite.flowName = "some-flow"
suite.flowName = "assert-snapshot"
suite.artifactName = "arti"
suite.artifactPath = "testdata/folder1/hello.txt"
suite.artifactPath = "testdata/assert_snapshot_artifact.txt"
global = &GlobalOpts{
ApiToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6ImNkNzg4OTg5In0.e8i_lA_QrEhFncb05Xw6E_tkCHU9QfcY4OLTVUCHffY",
Org: "docs-cmd-test-user",
Expand Down
1 change: 1 addition & 0 deletions cmd/kosli/testdata/assert_snapshot_artifact.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hi. I am artifact used for testing of assert artifact.

0 comments on commit fba97e2

Please sign in to comment.