Skip to content

Commit

Permalink
fix(acceptance): not sure why shas changed but these are correct
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Mar 8, 2024
1 parent 06fc628 commit 8471642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/acceptance/workflows/baking_a_tile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Feature: As a developer, I want to bake a tile
And "bake_records/0.2.0-dev.json" contains substring: "source_revision": "bc3ac24e192ba06a2eca19381ad785ec7069e0d0"
And "bake_records/0.2.0-dev.json" contains substring: "tile_directory": "."
And "bake_records/0.2.0-dev.json" contains substring: "kiln_version": "0.0.0+acceptance-tests"
And "bake_records/0.2.0-dev.json" contains substring: "file_checksum": "25a0bac10db840b33f2e281e7bb82627ce6c8f8d7c157af7d41d1e6d45d0cbd0"
And "tile-0.2.0-dev.pivotal" has sha256 sum "25a0bac10db840b33f2e281e7bb82627ce6c8f8d7c157af7d41d1e6d45d0cbd0"
And "bake_records/0.2.0-dev.json" contains substring: "file_checksum": "3ac44ecc0215677ddde5e3d12df7c8ea7ac6e9ade0bf3c957bbed6645edf6811"
And "tile-0.2.0-dev.pivotal" has sha256 sum "3ac44ecc0215677ddde5e3d12df7c8ea7ac6e9ade0bf3c957bbed6645edf6811"

Scenario: it reads directory configuration from Kilnfile
Given I have a tile source directory "testdata/tiles/non-standard-paths"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"version": "0.1.0",
"kiln_version": "0.0.0+acceptance-tests",
"tile_directory": "tile",
"file_checksum": "9ef9c2dfcc87688a35d880bfc9141b724a8d61e6de0bbf2b16d226ac57182a98"
"file_checksum": "8800f6533aa968f517de292a5297af034d451485e22f79203ee8042a1ef47803"
}

0 comments on commit 8471642

Please sign in to comment.