Skip to content

Commit

Permalink
Revert "rebuild test image"
Browse files Browse the repository at this point in the history
This reverts commit c5cf1e9.
  • Loading branch information
lukaszcl committed Sep 23, 2024
1 parent c5cf1e9 commit 84bec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/vrf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestVRFBasic(t *testing.T) {
Address: vrfContracts.Coordinator.Address(),
}
ost, err := os.String()
require.NoError(t, err, "building observation source spec shouldn't fail")
require.NoError(t, err, "Building observation source spec shouldn't fail")
job, err := n.API.MustCreateJob(&client.VRFJobSpec{
Name: fmt.Sprintf("vrf-%s", jobUUID),
CoordinatorAddress: vrfContracts.Coordinator.Address(),
Expand Down

0 comments on commit 84bec60

Please sign in to comment.