Skip to content

Commit

Permalink
i'll roll than back
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshi-mantu committed Mar 26, 2024
1 parent 77833b7 commit 708f7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/io/qameta/allure/IssuesRestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public class IssuesRestTest {
@Tags({@Tag("web"), @Tag("regress"), @Tag("second-pipe")})
@ParameterizedTest(name = "Close issue via api")
@MethodSource("epochTimestamps")
public void shouldDeleteUserNote(@Param(value = "Title", excluded = true) long epochTimestamp) {
public void shouldDeleteUserNote(@Param(value = "HashOrSomething") long epochTimestamp) {
// public void shouldDeleteUserNote(@Param(value = "Title", excluded = true) long epochTimestamp) {
// public void shouldDeleteUserNote(@Param(mode = Parameter.Mode.) String title) {
Date date = new Date(epochTimestamp);
String note = date.toString();
Expand Down

0 comments on commit 708f7b1

Please sign in to comment.