Skip to content

Commit 66b375d

Browse files
committed
fix: broken spec
1 parent 60320ac commit 66b375d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/requests/keyword_uploads_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
expect(response).to redirect_to(authenticated_root_path)
59-
expect(flash[:alert]).to match("No keywords found")
59+
expect(flash[:alert]).to match("Invalid CSV file: File doesn't appear to contain valid CSV data")
6060

6161
# Cleanup
6262
empty_file.close!

0 commit comments

Comments
 (0)